We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10309f7 commit 9577917Copy full SHA for 9577917
ci/release/Jenkinsfile
@@ -63,7 +63,7 @@ pipeline {
63
string(credentialsId: 'Hibernate-CI.github.com', variable: 'JRELEASER_GITHUB_TOKEN'),
64
file(credentialsId: 'release.gpg.private-key', variable: 'RELEASE_GPG_PRIVATE_KEY_PATH'),
65
string(credentialsId: 'release.gpg.passphrase', variable: 'JRELEASER_GPG_PASSPHRASE')]) {
66
- sshagent(['ed25519.Hibernate-CI.github.com']) {
+ sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'jenkins.in.relation.to']) {
67
sh 'mvn -v'
68
sh 'cat $HOME/.ssh/config'
69
dir('.release/scripts') {
0 commit comments