Skip to content

Commit 473e1d1

Browse files
authored
Update Linux executables GPG keys (#2831)
1 parent 07ca779 commit 473e1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def cleanupRepo21() {
257257

258258
def buildRpmAndDeb(version, architectures) {
259259
boolean built = false
260-
withCredentials([file(credentialsId: 'rpm-gpg-key2', variable: 'rpmGpgKeyFile'), string(credentialsId: 'rpm-sign-passphrase', variable: 'rpmSignPassphrase')]) {
260+
withCredentials([file(credentialsId: 'rpm-gpg-key3', variable: 'rpmGpgKeyFile'), string(credentialsId: 'rpm-sign-passphrase', variable: 'rpmSignPassphrase')]) {
261261
def dirPath = "${pwd()}/jfrog-cli/build/deb_rpm/${identifier}/pkg"
262262
def gpgPassphraseFilePath = "$dirPath/RPM-GPG-PASSPHRASE-jfrog-cli"
263263
writeFile(file: gpgPassphraseFilePath, text: "$rpmSignPassphrase")

0 commit comments

Comments
 (0)