diff --git a/Jenkinsfile b/Jenkinsfile index 68beed5..fd8ebc8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }