diff --git a/Jenkinsfile b/Jenkinsfile index fb740e4..a0a968b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,8 +24,8 @@ pipeline { stage('Signature packages') { steps { withCredentials([ - file(credentialsId: 'gpg-file', variable: 'GPG_FILE'), - string(credentialsId: 'gpg-secret', variable: 'GPG_SECRET') + file(credentialsId: 'ci-gpg-file', variable: 'GPG_FILE'), + string(credentialsId: 'ci-gpg-secret', variable: 'GPG_SECRET') ]) { sh 'python3 jenkins-utils/sign-pkg.py -d . -k "$GPG_FILE" -p "$GPG_SECRET"' }