Skip to content

Commit

Permalink
Add GPG password to signing command
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir committed May 24, 2024
1 parent 2feca79 commit 0e017e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ pipeline {
sh ('gpg --list-keys')
sh ("gpg --batch --pinentry-mode=loopback --passphrase \"${SIGNING_KEY_PASSWORD}\" --import signkey.gpg")
sh ('rm $WORKSPACE/signkey.gpg')

mvnCmd.withProperty('gpg.passphrase', SIGNING_KEY_PASSWORD)
}
}
mvnCmd.withProfiles(['apache-release'])
Expand Down

0 comments on commit 0e017e3

Please sign in to comment.