[FIXED JENKINS-20753] Remove unused "Append Hudson Build Number" option

Signed-off-by: Anders Hammar <anders@hammar.net>
This commit is contained in:
Anders Hammar 2013-12-27 22:19:52 +01:00
parent 50bdcffd3d
commit bb0f1f20eb
2 changed files with 0 additions and 4 deletions

View File

@ -207,7 +207,6 @@ public void doSubmit(StaplerRequest req, StaplerResponse resp) throws IOExceptio
// good old http...
Map<?, ?> httpParams = req.getParameterMap();
final boolean appendHudsonBuildNumber = httpParams.containsKey("appendHudsonBuildNumber"); //$NON-NLS-1$
final boolean closeNexusStage = httpParams.containsKey("closeNexusStage"); //$NON-NLS-1$
final String repoDescription = closeNexusStage ? getString("repoDescription", httpParams) : ""; //$NON-NLS-1$
final boolean specifyScmCredentials = httpParams.containsKey("specifyScmCredentials"); //$NON-NLS-1$

View File

@ -14,9 +14,6 @@
<f:entry title="Development version">
<f:textbox name="developmentVersion" value="${it.computeNextVersion()}" />
</f:entry>
<f:entry title="Append Jenkins Build Number">
<f:checkbox name="appendHudsonBuildNumber" checked="false"/>
</f:entry>
<f:entry title="Dry run only?">
<f:checkbox name="isDryRun" checked="false"/>
</f:entry>