-
Bug
-
Resolution: Fixed
-
Major
-
None
-
m2release 0.9.0
triggering a release build with the dryRun checkbox checked failes because release:perform does not support the dryRun flag.
I have already opened a feature request for the maven-release-plugin: https://jira.codehaus.org/browse/MRELEASE-736
...but I will also work on a fix in the jenkins m2release plugin asap to get this issue sorted for all versions of the maven-release-plugin
- is blocking
-
JENKINS-4958 add switch for -DdryRun=true
-
- Closed
-
Code changed in jenkins
User: imod
Path:
src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseArgumentInterceptorAction.java
src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBuildWrapper.java
src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseBuildWrapper/config.jelly
src/main/webapp/help-projectConfig-dryRunGoals.html
src/test/java/org/jvnet/hudson/plugins/m2release/M2ReleaseActionTest.java
http://jenkins-ci.org/commit/m2release-plugin/5dcb1672efae3e4e6acbec057193829b4bad3a65
Log:
[FIXED JENKINS-12812] make dryRun goal configurable