@@ -178,7 +178,7 @@ pipeline {
178178 configFile(fileId : ' release.config.ssh' , targetLocation : " ${ env.HOME} /.ssh/config" ),
179179 configFile(fileId : ' release.config.ssh.knownhosts' , targetLocation : " ${ env.HOME} /.ssh/known_hosts" )
180180 ]) {
181- sshagent([' ed25519.Hibernate-CI.github.com' , ' hibernate.filemgmt.jboss.org ' , ' hibernate-ci.frs.sourceforge.net ' ]) {
181+ sshagent([' ed25519.Hibernate-CI.github.com' ]) {
182182 // set release version
183183 // update changelog from JIRA
184184 // tags the version
@@ -211,7 +211,7 @@ pipeline {
211211 string(credentialsId : ' release.gpg.passphrase' , variable : ' JRELEASER_GPG_PASSPHRASE' ),
212212 string(credentialsId : ' Hibernate-CI.github.com' , variable : ' JRELEASER_GITHUB_TOKEN' )
213213 ]) {
214- sshagent([' ed25519.Hibernate-CI.github.com' , ' hibernate.filemgmt.jboss.org ' , ' jenkins.in.relation.to' , ' hibernate-ci.frs.sourceforge.net ' ]) {
214+ sshagent([' ed25519.Hibernate-CI.github.com' , ' jenkins.in.relation.to' ]) {
215215 // performs documentation upload and Sonatype release
216216 // push to github
217217 withEnv([
@@ -237,7 +237,7 @@ pipeline {
237237 withCredentials([
238238 gitUsernamePassword(credentialsId : ' username-and-token.Hibernate-CI.github.com' , gitToolName : ' Default' )
239239 ]) {
240- sshagent( [' ed25519.Hibernate-CI.github.com' , ' hibernate.filemgmt.jboss.org ' , ' hibernate-ci.frs.sourceforge.net ' ] ) {
240+ sshagent( [' ed25519.Hibernate-CI.github.com' ] ) {
241241 dir( ' .release/hibernate.org' ) {
242242 checkout scmGit(
243243 branches : [[name : ' */production' ]],
0 commit comments