rename credential
Some checks reported errors
gitea/pkg-box64-sd8g2-git/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
BigfootACA 2024-04-27 02:08:11 +08:00
parent 043b628ce3
commit 624e1d5cf2

4
Jenkinsfile vendored
View File

@ -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"'
}