rename credential
Some checks failed
gitea/pkg-pil-squasher/pipeline/head There was a failure building this commit
Some checks failed
gitea/pkg-pil-squasher/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4d305bae48
commit
1223483c87
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -23,8 +23,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"'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user