Skip to content

Commit

Permalink
[FIXED JENKINS-12988] Improve Groovy version help file
Browse files Browse the repository at this point in the history
  • Loading branch information
vjuranek committed Nov 10, 2014
1 parent 7c787ed commit 25ee88b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
@@ -1,7 +1,7 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout"
xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:g="/hudson/plugins/groovy/form">

<f:entry title="${%Groovy Version}">
<f:entry title="${%Groovy Version}" help="/plugin/groovy/groovy-version.html">
<select class="setting-input" name="groovy.groovyName">
<option value="(Default)">(${%Default})
</option>
Expand Down
3 changes: 3 additions & 0 deletions src/main/webapp/groovy-version.html
@@ -0,0 +1,3 @@
<p>
Groovy instalation which will execute the script. Specify the name of the Groovy installation as specified in the Global Jenkins configuration.
</p>

0 comments on commit 25ee88b

Please sign in to comment.