rename credential
Some checks failed
gitea/pkg-qca-swiss-army-knife/pipeline/head There was a failure building this commit
Some checks failed
gitea/pkg-qca-swiss-army-knife/pipeline/head There was a failure building this commit
This commit is contained in:
parent
9a4f34283a
commit
0f67876ebf
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -23,8 +23,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"'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user