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

rantunes pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git


The following commit(s) were added to refs/heads/main by this push:
     new 9665943f Adjust pipelines to use the gpg key provided by Apache to 
sign the artifacts (#1778)
9665943f is described below

commit 9665943f156f698cde2022ddd1eef8222dc6807a
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Tue Jul 16 11:18:16 2024 -0300

    Adjust pipelines to use the gpg key provided by Apache to sign the 
artifacts (#1778)
---
 .ci/jenkins/Jenkinsfile.build-image | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.ci/jenkins/Jenkinsfile.build-image 
b/.ci/jenkins/Jenkinsfile.build-image
index 0a02478e..eef73851 100644
--- a/.ci/jenkins/Jenkinsfile.build-image
+++ b/.ci/jenkins/Jenkinsfile.build-image
@@ -220,8 +220,8 @@ pipeline {
                         docker pull ${getBuiltImageTag()}
                         docker save ${getBuiltImageTag()} | gzip > 
${resultingFileName}
                     """
-                    
release.gpgImportKeyFromFileWithPassword(getReleaseGpgSignKeyCredsId(), 
getReleaseGpgSignPassphraseCredsId())
-                    
release.gpgSignFileDetachedSignatureWithPassword(resultingFileName, 
signatureFileName, getReleaseGpgSignPassphraseCredsId())
+                    
release.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
+                    
release.gpgSignFileDetachedSignatureWithoutPassword(resultingFileName, 
signatureFileName)
                     
release.svnUploadFileToRepository(getReleaseSvnRepository(), 
getReleaseSvnCredsId(), getImageArtifactReleaseVersion(), resultingFileName, 
signatureFileName)
                 }
             }


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

Reply via email to