Skip to content

Commit

Permalink
NO-ISSUE: Fix release configuration keys (#6045)
Browse files Browse the repository at this point in the history
* Fix release configuration keys

* Fix release configuration keys

* Rename release.groovy file to avoid conflicts with the RELEASE env var
  • Loading branch information
rodrigonull authored Aug 13, 2024
1 parent 79332e3 commit 447a726
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 @@ -128,7 +128,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 @@ -71,8 +71,8 @@ cloud:
release:
gpg:
sign:
key-credentials-id: GPG_KEY
passphrase-credentials-id: ''
key_credentials_id: GPG_KEY
passphrase_credentials_id: ''
jenkins:
email_creds_id: DROOLS_CI_NOTIFICATION_EMAILS
agent:
Expand Down

0 comments on commit 447a726

Please sign in to comment.