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 58bb1e4f8eb Jenkins Pipelines - Fixed final artifact name to match
Apache standard and all other artifacts name
58bb1e4f8eb is described below
commit 58bb1e4f8eb491246984e1f9b2e28ba079cd6753
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Tue Jun 3 23:10:38 2025 -0400
Jenkins Pipelines
- Fixed final artifact name to match Apache standard and all other
artifacts name
---
.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool
b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool
index ab8e60e77ef..d7a7cdc88eb 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool
@@ -176,7 +176,7 @@ pipeline {
}
steps {
script {
- env.RELEASE_IMAGE_TAR_FILE =
"kie-${params.RELEASE_CANDIDATE_VERSION}-kogito-db-migrator-tool-image.tar.gz"
+ env.RELEASE_IMAGE_TAR_FILE =
"apache-kie-${params.RELEASE_VERSION}-incubating-kogito-db-migrator-tool-image.tar.gz"
sh """#!/bin/bash -el
mkdir ${env.RELEASE_ARTIFACTS_DIR}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]