Skip to content

Commit

Permalink
[10.0.x] NO-ISSUE: Fix release configuration keys (#3116)
Browse files Browse the repository at this point in the history
* Fix release configuration keys

* Rename release.groovy file to avoid conflicts with the RELEASE env var

* Switch to GPG File Jenkins secret
  • Loading branch information
rodrigonull authored Aug 14, 2024
1 parent 79c52dc commit c53508f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pipeline {
.skipTests(params.SKIP_TESTS)

if (isRelease()) {
release.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
releaseUtils.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
mavenCommand.withProfiles(['apache-release'])
}

Expand Down
4 changes: 2 additions & 2 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ cloud:
release:
gpg:
sign:
key-credentials-id: GPG_KEY
passphrase-credentials-id: ''
key_credentials_id: GPG_KEY_FILE
passphrase_credentials_id: ''
jenkins:
email_creds_id: OPTAPLANNER_CI_NOTIFICATION_EMAILS
agent:
Expand Down

0 comments on commit c53508f

Please sign in to comment.