Merge branch 'JENKINS-20753' of https://github.com/andham/m2release-plugin into andham-JENKINS-20753

This commit is contained in:
imod 2014-03-30 19:26:15 +02:00
commit 9eddf086dc
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>