This is an automated email from the ASF dual-hosted git repository.

porcelli pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new c53508f0cd [10.0.x] NO-ISSUE: Fix release configuration keys (#3116)
c53508f0cd is described below

commit c53508f0cd203618984f6fbd76c12dbe7d02777a
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Aug 14 13:13:34 2024 -0300

    [10.0.x] NO-ISSUE: Fix release configuration keys (#3116)
    
    * Fix release configuration keys
    
    * Rename release.groovy file to avoid conflicts with the RELEASE env var
    
    * Switch to GPG File Jenkins secret
---
 .ci/jenkins/Jenkinsfile.deploy | 2 +-
 .ci/jenkins/config/branch.yaml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy
index 771331d569..2a06609679 100644
--- a/.ci/jenkins/Jenkinsfile.deploy
+++ b/.ci/jenkins/Jenkinsfile.deploy
@@ -145,7 +145,7 @@ pipeline {
                            .skipTests(params.SKIP_TESTS)
 
                         if (isRelease()) {
-                            
release.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
+                            
releaseUtils.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
                             mavenCommand.withProfiles(['apache-release'])
                         }
 
diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index 82cf01c4d0..cac00a0c8b 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -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:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to