From 0c9d6df07f552bd399936e19c47dee7f77d63b42 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Tue, 11 Nov 2025 16:50:20 +0100 Subject: [PATCH] HBX-3216 Updates for the new release scripts --- ci/release/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/release/Jenkinsfile b/ci/release/Jenkinsfile index c41042dea7..ae2624ab78 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -94,7 +94,7 @@ pipeline { string(credentialsId: 'release.gpg.passphrase', variable: 'JRELEASER_GPG_PASSPHRASE'), usernamePassword(credentialsId: 'central.sonatype.com', passwordVariable: 'JRELEASER_MAVENCENTRAL_TOKEN', usernameVariable: 'JRELEASER_MAVENCENTRAL_USERNAME'), string(credentialsId: 'Hibernate-CI.github.com', variable: 'JRELEASER_GITHUB_TOKEN')]) { - sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'hibernate-ci.frs.sourceforge.net']) { + sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate-ci.frs.sourceforge.net']) { sh 'cat $HOME/.ssh/config' dir('.release/scripts') { sh 'git clone https://github.com/hibernate/hibernate-release-scripts.git .'