File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ pipeline {
6363 string(credentialsId : ' Hibernate-CI.github.com' , variable : ' JRELEASER_GITHUB_TOKEN' ),
6464 file(credentialsId : ' release.gpg.private-key' , variable : ' RELEASE_GPG_PRIVATE_KEY_PATH' ),
6565 string(credentialsId : ' release.gpg.passphrase' , variable : ' JRELEASER_GPG_PASSPHRASE' )]) {
66- sshagent([' ed25519.Hibernate-CI.github.com' , ' hibernate.filemgmt.jboss.org ' , ' jenkins.in.relation.to' ]) {
66+ sshagent([' ed25519.Hibernate-CI.github.com' , ' jenkins.in.relation.to' ]) {
6767 sh ' mvn -v'
6868 sh ' cat $HOME/.ssh/config'
6969 dir(' .release/scripts' ) {
70- sh ' git clone --branch test/github-releases https://github.com/hibernate/hibernate-release-scripts.git .'
70+ sh ' git clone https://github.com/hibernate/hibernate-release-scripts.git .'
7171 }
7272 sh """
7373 bash -xe .release/scripts/release.sh -j ${ params.RELEASE_DRY_RUN ? '-d' : ''} \
You can’t perform that action at this time.
0 commit comments