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 1bbe3f9a17a Jenkins Pipeline - mistakenly using wrong variable on 
exporting image process.
1bbe3f9a17a is described below

commit 1bbe3f9a17a821c999593a732998e3b74d814092
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Thu Jun 19 10:59:27 2025 -0400

    Jenkins Pipeline
    - mistakenly using wrong variable on exporting image process.
---
 .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 6c5746c60d0..0f87de8fa03 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kogito-db-migrator-tool
@@ -180,7 +180,7 @@ pipeline {
 
                     sh """#!/bin/bash -el
                     mkdir ${env.RELEASE_ARTIFACTS_DIR}
-                    docker save 
"${env.KIE_KOGITO_DB_MIGRATOR_TOOL__registry}/${env.KOGITO_MANAGEMENT_CONSOLE__account}/${env.KOGITO_MANAGEMENT_CONSOLE__name}:${params.RELEASE_VERSION}"
 | gzip > "${env.RELEASE_ARTIFACTS_DIR}/${env.RELEASE_IMAGE_TAR_FILE}"
+                    docker save 
"${env.KIE_KOGITO_DB_MIGRATOR_TOOL__registry}/${env.KIE_KOGITO_DB_MIGRATOR_TOOL__account}/${env.KIE_KOGITO_DB_MIGRATOR_TOOL__name}:${params.RELEASE_VERSION}"
 | gzip > "${env.RELEASE_ARTIFACTS_DIR}/${env.RELEASE_IMAGE_TAR_FILE}"
                     """.trim()
                 }
             }


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

Reply via email to