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-images.git
commit 47c1a47676b1d1647dd2873aa1d67aa693a0dfe0 Author: Rodrigo Antunes <[email protected]> AuthorDate: Tue Jan 30 09:53:18 2024 -0300 Setup weekly job --- .ci/jenkins/dsl/jobs.groovy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy index 9205748f..9935d3a9 100644 --- a/.ci/jenkins/dsl/jobs.groovy +++ b/.ci/jenkins/dsl/jobs.groovy @@ -45,6 +45,9 @@ createSetupBranchJob() setupDeployJob(JobType.NIGHTLY) KogitoJobUtils.createEnvironmentIntegrationBranchNightlyJob(this, 'quarkus-lts') +// Weekly jobs +setupWeeklyDeployJob(JobType.OTHER) + // Release jobs setupDeployJob(JobType.RELEASE) setupPromoteJob(JobType.RELEASE) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
