Skip to content

Commit f925a80

Browse files
committed
HHH-18912 - Fix ORM release process
1 parent e4e1b59 commit f925a80

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
@@ -216,7 +216,7 @@ pipeline {
216216
withEnv([
217217
"DISABLE_REMOTE_GRADLE_CACHE=true"
218218
]) {
219-
sh ".release/scripts/publish.sh ${env.SCRIPT_OPTIONS} ${env.PROJECT} ${env.RELEASE_VERSION} ${env.DEVELOPMENT_VERSION} ${env.GIT_BRANCH}"
219+
sh ".release/scripts/publish.sh ${env.PROJECT} ${env.RELEASE_VERSION} ${env.DEVELOPMENT_VERSION} ${env.GIT_BRANCH} ${env.SCRIPT_OPTIONS}"
220220
}
221221
}
222222
}

0 commit comments

Comments
 (0)