Update GPG passphrase credential ID in Publish Repository stage of Jenkinsfile

This commit is contained in:
2026-07-16 11:34:22 +02:00
parent d4dc60a194
commit 525a2a0f47
Vendored
+1 -1
View File
@@ -59,7 +59,7 @@ pipeline {
withCredentials([
string(
credentialsId: 'espos-gpg-passphrase',
credentialsId: 'aptly_gpg_pass',
variable: 'GPG_PASS'
)
]) {