HHH-18912 - Fix ORM release process
This commit is contained in:
parent
e4e1b59a1d
commit
f925a800a7
|
@ -216,7 +216,7 @@ pipeline {
|
||||||
withEnv([
|
withEnv([
|
||||||
"DISABLE_REMOTE_GRADLE_CACHE=true"
|
"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}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue