• Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • m2release-plugin
    • None
    • Platform: All, OS: All

      It would be nice to have a checkbox on the release page which allows a dryRun
      bevore a release to check if everything is working or to test configuration changes.
      If the checkbox is activated, simply -DdryRun=true should be appended to the
      build parameters.

          [JENKINS-4958] add switch for -DdryRun=true

          send a pull request: https://github.com/jenkinsci/m2release-plugin/pull/3

          the pull request does not full follow the proposal of this issue, but enables to user to configure it the way he wants it.

          Dominik Bartholdi added a comment - send a pull request: https://github.com/jenkinsci/m2release-plugin/pull/3 the pull request does not full follow the proposal of this issue, but enables to user to configure it the way he wants it.

          Code changed in jenkins
          User: jtnord
          Path:
          .gitignore
          src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseAction.java
          src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseAction/index.jelly
          http://jenkins-ci.org/commit/m2release-plugin/a1ddf1da50f48bb7eabee11871ea33e25948262e
          Log:
          Merge pull request #3 from imod/build-params

          add support for build parameters in maven release

          In addition to the normal release parameters, the 'normal' build parameters are shown and can be modified too before triggering a release build.

          This fixes or supports the following currently open issues:

          • JENKINS-10127: M2 Release plugin ignores parameters from a parameterized build
          • JENKINS-4690: Be able to arbitrary paramterize m2 releases
          • JENKINS-4500: Make it possible to select a node to do the release on (together with the nodelabel-plugin)
          • JENKINS-4958: add switch for -DdryRun=true

          Compare: https://github.com/jenkinsci/m2release-plugin/compare/418a96c...a1ddf1d

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: jtnord Path: .gitignore src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseAction.java src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseAction/index.jelly http://jenkins-ci.org/commit/m2release-plugin/a1ddf1da50f48bb7eabee11871ea33e25948262e Log: Merge pull request #3 from imod/build-params add support for build parameters in maven release In addition to the normal release parameters, the 'normal' build parameters are shown and can be modified too before triggering a release build. This fixes or supports the following currently open issues: JENKINS-10127 : M2 Release plugin ignores parameters from a parameterized build JENKINS-4690 : Be able to arbitrary paramterize m2 releases JENKINS-4500 : Make it possible to select a node to do the release on (together with the nodelabel-plugin) JENKINS-4958 : add switch for -DdryRun=true Compare: https://github.com/jenkinsci/m2release-plugin/compare/418a96c...a1ddf1d

          Code changed in jenkins
          User: imod
          Path:
          src/main/java/org/jvnet/hudson/plugins/m2release/LastReleasePermalink.java
          src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseAction.java
          src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseArgumentInterceptorAction.java
          src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeAction.java
          src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBuildWrapper.java
          src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseAction/index.jelly
          src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeAction/badge.jelly
          src/main/webapp/img/new-package.png
          http://jenkins-ci.org/commit/m2release-plugin/428687e77010c5393b04b6f314678c415ea5def1
          Log:
          JENKINS-4958 - add switch for -DdryRun=true

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: imod Path: src/main/java/org/jvnet/hudson/plugins/m2release/LastReleasePermalink.java src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseAction.java src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseArgumentInterceptorAction.java src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeAction.java src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBuildWrapper.java src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseAction/index.jelly src/main/resources/org/jvnet/hudson/plugins/m2release/M2ReleaseBadgeAction/badge.jelly src/main/webapp/img/new-package.png http://jenkins-ci.org/commit/m2release-plugin/428687e77010c5393b04b6f314678c415ea5def1 Log: JENKINS-4958 - add switch for -DdryRun=true

          actually implemented since version 0.9.0, but just found a bug within, therefore the dependency to JENKINS-12812

          Dominik Bartholdi added a comment - actually implemented since version 0.9.0, but just found a bug within, therefore the dependency to JENKINS-12812

          James Nord added a comment -

          fixed in 0.9.1

          James Nord added a comment - fixed in 0.9.1

            Unassigned Unassigned
            skybird Florian Rosenauer
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: