jstastny-cz commented on code in PR #1769:
URL: 
https://github.com/apache/incubator-kie-kogito-images/pull/1769#discussion_r1612869832


##########
.ci/jenkins/dsl/jobs.groovy:
##########
@@ -347,10 +347,9 @@ void setupWeeklyDeployJob(JobType jobType) {
 
         QUARKUS_PLATFORM_NEXUS_URL: 
Utils.getMavenQuarkusPlatformRepositoryUrl(this),
     ])
-
-    // Temporary removal of sonataflow-* images that have been moved to 
kie-tools for the Apache 10 release
-    jobParams.env.put('IMAGES_LIST', 'kogito-base-builder')
-
+    if (Utils.hasBindingValue(this, 'CLOUD_IMAGES')) {
+        jobParams.env.put('IMAGES_LIST', Utils.getBindingValue(this, 
'CLOUD_IMAGES'))

Review Comment:
   next time please add a new method under Utils and use that one to hide 
internals :-) 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to