Update GPG passphrase credential ID in Publish Repository stage of Jenkinsfile
This commit is contained in:
Vendored
+1
-1
@@ -59,7 +59,7 @@ pipeline {
|
||||
|
||||
withCredentials([
|
||||
string(
|
||||
credentialsId: 'espos-gpg-passphrase',
|
||||
credentialsId: 'aptly_gpg_pass',
|
||||
variable: 'GPG_PASS'
|
||||
)
|
||||
]) {
|
||||
|
||||
Reference in New Issue
Block a user