Skip to content

Commit 9739153

Browse files
committed
Use alternative Release Scripts
Signed-off-by: marko-bekhta <[email protected]>
1 parent a9822c6 commit 9739153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/release/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ pipeline {
7272
string(credentialsId: 'release.gpg.passphrase', variable: 'JRELEASER_GPG_PASSPHRASE'),
7373
usernamePassword(credentialsId: 'central.sonatype.com', passwordVariable: 'JRELEASER_MAVENCENTRAL_TOKEN', usernameVariable: 'JRELEASER_MAVENCENTRAL_USERNAME'),
7474
string(credentialsId: 'Hibernate-CI.github.com', variable: 'JRELEASER_GITHUB_TOKEN')]) {
75-
sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'jenkins.in.relation.to', 'hibernate-ci.frs.sourceforge.net']) {
75+
sshagent(['ed25519.Hibernate-CI.github.com', 'jenkins.in.relation.to', 'hibernate-ci.frs.sourceforge.net']) {
7676
sh 'cat $HOME/.ssh/config'
7777
dir('.release/scripts') {
78-
sh 'git clone https://github.com/hibernate/hibernate-release-scripts.git .'
78+
sh 'git clone --branch test/github-releases https://github.com/hibernate/hibernate-release-scripts.git .'
7979
}
8080
sh """
8181
bash -xe .release/scripts/release.sh -j ${params.RELEASE_DRY_RUN ? '-d' : ''} \

0 commit comments

Comments
 (0)