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-kogito-apps.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 1731cefc0 Fix release utils (#2088)
1731cefc0 is described below

commit 1731cefc01a80f927082f3ac9340ccfc04478cf0
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Aug 14 16:28:58 2024 -0300

    Fix release utils (#2088)
---
 .ci/jenkins/Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy
index 3f4d2a2ee..cd1568864 100644
--- a/.ci/jenkins/Jenkinsfile.deploy
+++ b/.ci/jenkins/Jenkinsfile.deploy
@@ -117,7 +117,7 @@ pipeline {
                            .skipTests(skipTests)
 
                         if (isRelease()) {
-                            
release.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
+                            
releaseUtils.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
                             mavenCommand.withProfiles(['apache-release'])
                         }
 


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

Reply via email to