File tree Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ pipeline {
178178 // Increase the amount of memory for this part since asciidoctor doc rendering consumes a lot of metaspace
179179 " GRADLE_OPTS=-Dorg.gradle.jvmargs='-Dlog4j2.disableJmx -Xmx4g -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Duser.timezone=UTC -Dfile.encoding=UTF-8'"
180180 ]) {
181- sh " .release/scripts/prepare-release.sh -b ${ env.GIT_BRANCH} -d ${ env.DEVELOPMENT_VERSION} ${ env.PROJECT} ${ env.RELEASE_VERSION} "
181+ sh " .release/scripts/prepare-release.sh -j - b ${ env.GIT_BRANCH} -v ${ env.DEVELOPMENT_VERSION} ${ env.PROJECT} ${ env.RELEASE_VERSION} "
182182 }
183183 }
184184 }
@@ -210,7 +210,7 @@ pipeline {
210210 sshagent([' ed25519.Hibernate-CI.github.com' , ' hibernate.filemgmt.jboss.org' , ' hibernate-ci.frs.sourceforge.net' ]) {
211211 // performs documentation upload and Sonatype release
212212 // push to github
213- sh " .release/scripts/publish.sh ${ env.SCRIPT_OPTIONS} ${ env.PROJECT} ${ env.RELEASE_VERSION} ${ env.DEVELOPMENT_VERSION} ${ env.GIT_BRANCH} "
213+ sh " .release/scripts/publish.sh -j ${ env.SCRIPT_OPTIONS} ${ env.PROJECT} ${ env.RELEASE_VERSION} ${ env.DEVELOPMENT_VERSION} ${ env.GIT_BRANCH} "
214214 }
215215 }
216216 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments