Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #122 from kristoferw20/master
JENKINS-40571 - JiraVersionCreatorBuilder fields missing in post-build form
  • Loading branch information
warden committed Mar 9, 2017
2 parents 34249dd + ebc4d08 commit d13a712
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
@@ -0,0 +1,8 @@
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<f:entry title="${%Jira Version}" field="jiraVersion">
<f:textbox/>
</f:entry>
<f:entry title="${%Jira Project Key}" field="jiraProjectKey">
<f:textbox/>
</f:entry>
</j:jelly>
@@ -0,0 +1,4 @@
<div>
<p>Specify the project key. A project key is the all capitals part before the issue number in JIRA.</p>
<p>(<strong>EXAMPLE</strong>-100)</p>
</div>
@@ -0,0 +1,3 @@
<div>
Specify the name of the parameter which will contain the release version. This can reference a build parameter.
</div>

0 comments on commit d13a712

Please sign in to comment.