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 {
63
63
string(credentialsId : ' Hibernate-CI.github.com' , variable : ' JRELEASER_GITHUB_TOKEN' )]) {
64
64
sshagent([' ed25519.Hibernate-CI.github.com' ]) {
65
65
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
+ }
68
69
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' : ''} \
70
71
models ${ releaseVersion.toString()} ${ developmentVersion.toString()}
71
72
"""
72
73
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments