This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch 10.0.x
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 75d6fe40 NO-ISSUE: enable deploy nightly images (#1782)
75d6fe40 is described below
commit 75d6fe40324cb4e7b376ca0cf9989d3eb13ea4a0
Author: Jan Stastny <[email protected]>
AuthorDate: Fri Jul 19 16:28:36 2024 +0200
NO-ISSUE: enable deploy nightly images (#1782)
Co-authored-by: jstastny-cz <[email protected]>
---
.ci/jenkins/dsl/jobs.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index c3eb80a0..77347e0c 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -116,7 +116,8 @@ void setupDeployJob(JobType jobType) {
QUARKUS_PLATFORM_NEXUS_URL:
Utils.getMavenQuarkusPlatformRepositoryUrl(this),
- DISABLE_IMAGES_DEPLOY: (jobType==JobType.NIGHTLY) ? true :
Utils.isImagesDeployDisabled(this)
+ // during 10.0.x release automated push of images is disabled, in
nightly behaves based on configuration in branch.yaml
+ DISABLE_IMAGES_DEPLOY: (jobType==JobType.NIGHTLY) ?
Utils.isImagesDeployDisabled(this) : true
])
if (Utils.hasBindingValue(this, 'CLOUD_IMAGES')) {
jobParams.env.put('IMAGES_LIST', Utils.getBindingValue(this,
'CLOUD_IMAGES'))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]