Skip to content

Commit 9577917

Browse files
committed
Add required keys to publish the docs
1 parent 10309f7 commit 9577917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pipeline {
6363
string(credentialsId: 'Hibernate-CI.github.com', variable: 'JRELEASER_GITHUB_TOKEN'),
6464
file(credentialsId: 'release.gpg.private-key', variable: 'RELEASE_GPG_PRIVATE_KEY_PATH'),
6565
string(credentialsId: 'release.gpg.passphrase', variable: 'JRELEASER_GPG_PASSPHRASE')]) {
66-
sshagent(['ed25519.Hibernate-CI.github.com']) {
66+
sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'jenkins.in.relation.to']) {
6767
sh 'mvn -v'
6868
sh 'cat $HOME/.ssh/config'
6969
dir('.release/scripts') {

0 commit comments

Comments
 (0)