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

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

commit 0a9719707bbffec3232b509d26a4e4aa22e9bc4c
Author: jstastny-cz <[email protected]>
AuthorDate: Tue Jul 23 10:03:57 2024 +0200

    NO-ISSUE: fix env.DISABLE_IMAGES_DEPLOY evaluation
---
 .ci/jenkins/Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy
index 396fa00d..0f1dcd5c 100644
--- a/.ci/jenkins/Jenkinsfile.deploy
+++ b/.ci/jenkins/Jenkinsfile.deploy
@@ -364,7 +364,7 @@ List getTestFailedImages() {
 ////////////////////////////////////////////////////////////////////////
 
 boolean isDeployImage() {
-    return !env.DISABLE_IMAGES_DEPLOY
+    return !Boolean.valueOf(env.DISABLE_IMAGES_DEPLOY)
 }
 
 boolean isDeployImageInOpenshiftRegistry() {


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

Reply via email to