This is an automated email from the ASF dual-hosted git repository.
tiagobento 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 f64adbbe NO-ISSUE: Make the weekly Jenkins job build all images (#1769)
f64adbbe is described below
commit f64adbbe001982037c999f32b522adaa6092241e
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Thu May 23 13:41:22 2024 -0300
NO-ISSUE: Make the weekly Jenkins job build all images (#1769)
* Make the weekly Jenkins job build all images
* Add cloud images binding
---
.ci/jenkins/dsl/jobs.groovy | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index baf84e3c..eb7535ff 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.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'))
+ }
KogitoJobTemplate.createPipelineJob(this, jobParams)?.with {
parameters {
stringParam('DISPLAY_NAME', '', 'Setup a specific build display
name')
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]