File tree Expand file tree Collapse file tree 3 files changed +7
-41
lines changed Expand file tree Collapse file tree 3 files changed +7
-41
lines changed Original file line number Diff line number Diff line change 1+ # The folder into which we checkout our release scripts into
2+ *
3+ ! .gitignore
Original file line number Diff line number Diff line change @@ -63,10 +63,12 @@ pipeline {
6363 string(credentialsId : ' Hibernate-CI.github.com' , variable : ' JRELEASER_GITHUB_TOKEN' )]) {
6464 sshagent([' ed25519.Hibernate-CI.github.com' ]) {
6565 sh ' cat $HOME/.ssh/config'
66- sh ' git clone https://github.com/hibernate/hibernate-release-scripts.git'
66+ dir(' .release/scripts' ) {
67+ sh ' git clone https://github.com/hibernate/hibernate-release-scripts.git .'
68+ }
6769 env. RELEASE_GPG_HOMEDIR = env. WORKSPACE_TMP + ' /.gpg'
6870 sh """
69- bash -xe hibernate- release- scripts/release.sh ${ params.RELEASE_DRY_RUN ? '-d' : ''} \
71+ bash -xe . release/ scripts/release.sh -j ${ params.RELEASE_DRY_RUN ? '-d' : ''} \
7072 models ${ releaseVersion.toString()} ${ developmentVersion.toString()}
7173 """
7274 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments