File tree Expand file tree Collapse file tree 3 files changed +7
-42
lines changed Expand file tree Collapse file tree 3 files changed +7
-42
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,11 @@ 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'
67- env. RELEASE_GPG_HOMEDIR = env. WORKSPACE_TMP + ' /.gpg'
66+ dir(' .release/scripts' ) {
67+ sh ' git clone https://github.com/hibernate/hibernate-release-scripts.git .'
68+ }
6869 sh """
69- bash -xe hibernate- release- scripts/release.sh ${ params.RELEASE_DRY_RUN ? '-d' : ''} \
70+ bash -xe . release/ scripts/release.sh -j ${ params.RELEASE_DRY_RUN ? '-d' : ''} \
7071 models ${ releaseVersion.toString()} ${ developmentVersion.toString()}
7172 """
7273 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments