This is an automated email from the ASF dual-hosted git repository.
eduardocerqueira pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new cc550c76cad Jenkins Pipelines - Fixing name, on list return
cc550c76cad is described below
commit cc550c76cad816132ea21a1a71ed645701d4adca
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Tue Jun 3 15:03:42 2025 -0400
Jenkins Pipelines
- Fixing name, on list return
---
.ci/jenkins/shared-scripts/releaseUtils.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/shared-scripts/releaseUtils.groovy
b/.ci/jenkins/shared-scripts/releaseUtils.groovy
index 768829b5bd0..816c38e0d48 100644
--- a/.ci/jenkins/shared-scripts/releaseUtils.groovy
+++ b/.ci/jenkins/shared-scripts/releaseUtils.groovy
@@ -81,7 +81,7 @@ def getUpstreamImagesArtifactsList(String artifactsDir,
String releaseVersion) {
def versionClean = releaseVersion.replaceAll(/(?i)-rc\d*/, '')
return components.collect { component ->
-
"${artifactsDir}/incubator-kie-${versionClean}-${component}-image.tar.gz"
+
"${artifactsDir}/apache-kie-${versionClean}-incubating-${component}-image.tar.gz"
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]