Skip to content

Commit

Permalink
Merge pull request #13 from jglick/Snippetizer-link-JENKINS-31831
Browse files Browse the repository at this point in the history
[JENKINS-31831] Amendment to display a link in the config form
  • Loading branch information
jglick committed May 24, 2016
2 parents 7d9e3b2 + c8319ce commit bf459ff
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 bf459ff

Please sign in to comment.