diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy index 396fa00dc..0f1dcd5c8 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() {