Skip to content

Commit d33522c

Browse files
marko-bekhtaDavideD
authored andcommitted
[#2222] Set the dry run option from the parameters
rather than keeping it always set to `true`
1 parent 5622170 commit d33522c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pipeline {
151151
env.DEVELOPMENT_VERSION = developmentVersion.toString()
152152
// Dry run is not supported at the moment
153153
env.SCRIPT_OPTIONS = params.RELEASE_DRY_RUN ? "-d" : ""
154-
env.JRELEASER_DRY_RUN = true
154+
env.JRELEASER_DRY_RUN = params.RELEASE_DRY_RUN
155155

156156
// Determine version id to check if Jira version exists
157157
// This step doesn't work for Hibernate Reactive (the project has been created with a different type on JIRA)

0 commit comments

Comments
 (0)