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

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


The following commit(s) were added to refs/heads/main by this push:
     new f248f49b Fix Week deploy job param type (#1759)
f248f49b is described below

commit f248f49b710316375a0188e5759bb203bc2ed5f1
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Apr 12 08:20:22 2024 -0300

    Fix Week deploy job param type (#1759)
---
 .ci/jenkins/Jenkinsfile.weekly.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy 
b/.ci/jenkins/Jenkinsfile.weekly.deploy
index 8777eabe..d1659687 100644
--- a/.ci/jenkins/Jenkinsfile.weekly.deploy
+++ b/.ci/jenkins/Jenkinsfile.weekly.deploy
@@ -202,7 +202,7 @@ void createBuildAndTestStageClosure(String image) {
             buildParams.add(string(name: 'TESTS_KOGITO_EXAMPLES_URI', value: 
params.EXAMPLES_URI))
             buildParams.add(string(name: 'TESTS_KOGITO_EXAMPLES_REF', value: 
params.EXAMPLES_REF))
 
-            buildParams.add(booleanParam(name: 'UPDATE_KOGITO_VERSION', value: 
getProjectVersion()))
+            buildParams.add(string(name: 'UPDATE_KOGITO_VERSION', value: 
getProjectVersion()))
 
             buildParams.add(booleanParam(name: 'DEPLOY_IMAGE', value: true))
             buildParams.add(booleanParam(name: 
'DEPLOY_IMAGE_USE_OPENSHIFT_REGISTRY', value: 
isDeployImageInOpenshiftRegistry()))


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

Reply via email to