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

jstastnycz pushed a commit to branch kie-issues_749
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/kie-issues_749 by this push:
     new 99161228 fix build pipeline #2
99161228 is described below

commit 99161228963d02fd4d8edd67592cc642f7fb75a5
Author: jstastny-cz <[email protected]>
AuthorDate: Mon Dec 11 09:57:39 2023 +0100

    fix build pipeline #2
---
 .ci/jenkins/Jenkinsfile.build-kogito-ci-image | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.ci/jenkins/Jenkinsfile.build-kogito-ci-image 
b/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
index 00b27415..a3c536d3 100644
--- a/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
+++ b/.ci/jenkins/Jenkinsfile.build-kogito-ci-image
@@ -36,13 +36,13 @@ pipeline {
 
                         sh """
                             docker build -t ${env.IMAGE_NAME_TAG} -f 
apache-nodes/Dockerfile.kogito-ci-build ./apache-nodes
-                            docker tag ${env.IMAGE_NAME_TAG} 
${env.IMAGE_NAME}:${GIT_COMMIT?:githubscm.getCommitHash()}
+                            docker tag ${env.IMAGE_NAME_TAG} 
${env.IMAGE_NAME}:${env.GIT_COMMIT?:githubscm.getCommitHash()}
                             docker tag ${env.IMAGE_NAME_TAG} 
${env.IMAGE_NAME}:${BRANCH_NAME}-latest
                         """
 
                         sh """
                             docker --config ${DOCKER_CONFIG} push 
${env.IMAGE_NAME_TAG}
-                            docker --config ${DOCKER_CONFIG} push 
${env.IMAGE_NAME}:${GIT_COMMIT?:githubscm.getCommitHash()}
+                            docker --config ${DOCKER_CONFIG} push 
${env.IMAGE_NAME}:${env.GIT_COMMIT?:githubscm.getCommitHash()}
                             docker --config ${DOCKER_CONFIG} push 
${env.IMAGE_NAME}:${BRANCH_NAME}-latest
                         """
                     }


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

Reply via email to