Skip to content

Commit a2ffc53

Browse files
committed
Do not require hibernate.filemgmt.jboss.org in the builds
1 parent 2f521ef commit a2ffc53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/release/Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ pipeline {
181181
configFile(fileId: 'release.config.ssh', targetLocation: "${env.HOME}/.ssh/config"),
182182
configFile(fileId: 'release.config.ssh.knownhosts', targetLocation: "${env.HOME}/.ssh/known_hosts")
183183
]) {
184-
sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'hibernate-ci.frs.sourceforge.net']) {
184+
sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate-ci.frs.sourceforge.net']) {
185185
// set release version
186186
// update changelog from JIRA
187187
// tags the version
@@ -216,7 +216,7 @@ pipeline {
216216
string(credentialsId: 'release.gpg.passphrase', variable: 'JRELEASER_GPG_PASSPHRASE'),
217217
string(credentialsId: 'Hibernate-CI.github.com', variable: 'JRELEASER_GITHUB_TOKEN')
218218
]) {
219-
sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'jenkins.in.relation.to', 'hibernate-ci.frs.sourceforge.net']) {
219+
sshagent(['ed25519.Hibernate-CI.github.com', 'jenkins.in.relation.to', 'hibernate-ci.frs.sourceforge.net']) {
220220
// performs documentation upload and Sonatype release
221221
// push to github
222222
withEnv([
@@ -261,7 +261,7 @@ pipeline {
261261
withCredentials([
262262
gitUsernamePassword(credentialsId: 'username-and-token.Hibernate-CI.github.com', gitToolName: 'Default')
263263
]) {
264-
sshagent( ['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'hibernate-ci.frs.sourceforge.net'] ) {
264+
sshagent( ['ed25519.Hibernate-CI.github.com', 'hibernate-ci.frs.sourceforge.net'] ) {
265265
dir( '.release/hibernate.org' ) {
266266
// Lock to avoid rejected pushes when multiple releases try to clone-commit-push
267267
lock('hibernate.org-git') {

0 commit comments

Comments
 (0)