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 {
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'
66
+ dir(' .release/scripts' ) {
67
+ sh ' git clone https://github.com/hibernate/hibernate-release-scripts.git .'
68
+ }
67
69
env. RELEASE_GPG_HOMEDIR = env. WORKSPACE_TMP + ' /.gpg'
68
70
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' : ''} \
70
72
models ${ releaseVersion.toString()} ${ developmentVersion.toString()}
71
73
"""
72
74
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments