rename credential
Some checks failed
gitea/pkg-ncnn-git/pipeline/head There was a failure building this commit

This commit is contained in:
BigfootACA 2024-04-27 02:08:26 +08:00
parent 4f3fdc7949
commit 985583cd27

4
Jenkinsfile vendored
View File

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