Skip to content

Commit

Permalink
Fix grouper pgp credentialId
Browse files Browse the repository at this point in the history
  • Loading branch information
credman committed Jan 13, 2022
1 parent 4d58adc commit 200ae9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ node('docker') {

if (git_tag ==~ tag_pattern ) {
stage("PgpImport") {
withCredentials([file(credentialsId: 'grouper-pgp', variable: 'GPG_KEYS')]) {
withCredentials([file(credentialsId: 'grouper-sonatype-login', variable: 'GPG_KEYS')]) {
sh 'gpg --keyring=pubring.gpg --no-default-keyring --import $GPG_KEYS'
}
}
Expand Down

0 comments on commit 200ae9a

Please sign in to comment.