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 e6f4d014 Add kogito-base-builder image to the weekly deploy job (#1758)
e6f4d014 is described below
commit e6f4d01430f1ac537592fed96759016a11823074
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Thu Apr 11 18:06:23 2024 -0300
Add kogito-base-builder image to the weekly deploy job (#1758)
---
.ci/jenkins/dsl/jobs.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index 886f40ca..cad3d606 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -348,7 +348,7 @@ void setupWeeklyDeployJob(JobType jobType) {
QUARKUS_PLATFORM_NEXUS_URL:
Utils.getMavenQuarkusPlatformRepositoryUrl(this),
])
- jobParams.env.put('IMAGES_LIST', 'kogito-swf-builder,kogito-swf-devmode')
+ jobParams.env.put('IMAGES_LIST',
'kogito-swf-builder,kogito-swf-devmode,kogito-base-builder')
KogitoJobTemplate.createPipelineJob(this, jobParams)?.with {
parameters {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]