rename credential
Some checks reported errors
gitea/pkg-linux-ayn-odin2-edge/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
gitea/pkg-linux-ayn-odin2-edge/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
da13a46f84
commit
9215d7d13e
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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"'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user