Skip to content

Commit

Permalink
[JENKINS-31831] Amendment to display a link in the config form, since…
Browse files Browse the repository at this point in the history
… Jenkins 2 suppresses the sidepanel on configure.
  • Loading branch information
jglick committed May 24, 2016
1 parent 7d9e3b2 commit c8319ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -30,4 +30,7 @@
<f:entry field="sandbox">
<f:checkbox title="${%Use Groovy Sandbox}" default="true"/>
</f:entry>
<f:block>
<a href="pipeline-syntax" target="_blank">${%Pipeline Syntax}</a>
</f:block>
</j:jelly>
Expand Up @@ -29,4 +29,7 @@ THE SOFTWARE.
<f:entry field="scriptPath" title="${%Script Path}">
<f:textbox default="Jenkinsfile"/>
</f:entry>
<f:block>
<a href="pipeline-syntax" target="_blank">${%Pipeline Syntax}</a>
</f:block>
</j:jelly>

0 comments on commit c8319ce

Please sign in to comment.