We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5622170 commit d33522cCopy full SHA for d33522c
ci/release/Jenkinsfile
@@ -151,7 +151,7 @@ pipeline {
151
env.DEVELOPMENT_VERSION = developmentVersion.toString()
152
// Dry run is not supported at the moment
153
env.SCRIPT_OPTIONS = params.RELEASE_DRY_RUN ? "-d" : ""
154
- env.JRELEASER_DRY_RUN = true
+ env.JRELEASER_DRY_RUN = params.RELEASE_DRY_RUN
155
156
// Determine version id to check if Jira version exists
157
// This step doesn't work for Hibernate Reactive (the project has been created with a different type on JIRA)
0 commit comments