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-images.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 1803eb29 Fix wrong variable name in the CI build image job (#1808)
1803eb29 is described below
commit 1803eb290ec8c9188c909a64e3fbca592145a04a
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Nov 6 15:21:33 2024 -0300
Fix wrong variable name in the CI build image job (#1808)
Co-authored-by: Rodrigo Antunes <[email protected]>
---
.ci/jenkins/Jenkinsfile.build-image | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.build-image
b/.ci/jenkins/Jenkinsfile.build-image
index dd3254d4..41cd9a54 100644
--- a/.ci/jenkins/Jenkinsfile.build-image
+++ b/.ci/jenkins/Jenkinsfile.build-image
@@ -226,7 +226,7 @@ pipeline {
gzip -q -c ${resultingFileNameTar} >
${resultingFileNameTarGz}
"""
releaseUtils.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId())
-
releaseUtils.gpgSignFileDetachedSignatureWithoutPassword(resultingFileName,
signatureFileName)
+
releaseUtils.gpgSignFileDetachedSignatureWithoutPassword(resultingFileNameTarGz,
signatureFileName)
releaseUtils.svnUploadFileToRepository(getReleaseSvnRepository(),
getReleaseSvnCredsId(), getImageArtifactReleaseCandidateVersion(),
resultingFileNameTarGz, signatureFileName, checksumFileName)
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]