HHH-18912 - Fix ORM release process

This commit is contained in:
Steve Ebersole 2024-12-05 09:40:06 -06:00
parent e4e1b59a1d
commit f925a800a7
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ pipeline {
withEnv([
"DISABLE_REMOTE_GRADLE_CACHE=true"
]) {
sh ".release/scripts/publish.sh ${env.SCRIPT_OPTIONS} ${env.PROJECT} ${env.RELEASE_VERSION} ${env.DEVELOPMENT_VERSION} ${env.GIT_BRANCH}"
sh ".release/scripts/publish.sh ${env.PROJECT} ${env.RELEASE_VERSION} ${env.DEVELOPMENT_VERSION} ${env.GIT_BRANCH} ${env.SCRIPT_OPTIONS}"
}
}
}