This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch kie-issues_821
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/kie-issues_821 by this push:
new cfb44873 Setup weekly cloud jobs
cfb44873 is described below
commit cfb4487367e669adaee7477232ffa97ab18db6f7
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Jan 31 11:36:58 2024 -0300
Setup weekly cloud jobs
---
.ci/jenkins/dsl/jobs.groovy | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index 65a257c0..1c8f756b 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -63,9 +63,10 @@ if (isMainStream()) {
// Weekly
setupWeeklyJob()
-if (isMainStream()) {
- setupWeeklyCloudJob()
-}
+setupWeeklyCloudJob()
+// if (isMainStream()) {
+// setupWeeklyCloudJob()
+// }
// Release
setupReleaseArtifactsJob()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]