8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd66441 commit e0e6718Copy full SHA for e0e6718
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