Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
copy JiraVersionCreator resources to JiraVersionCreatorBuilder. resol…
…ves open (unconfirmed) bug reported here: https://issues.jenkins-ci.org/browse/JENKINS-40571
  • Loading branch information
Kris Wright authored and rantoniuk committed Mar 9, 2017
1 parent 6b32e5f commit 7b27e92
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 7b27e92

Please sign in to comment.