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-drools.git
commit e55a8eb40c2a4b49fb905acffa04a1bf0fcd84d4 Author: Rodrigo Antunes <[email protected]> AuthorDate: Tue Jan 16 15:21:11 2024 -0300 Initial implementation of Drools weekly deploy job --- .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 f2a87b20ed..de73d4c28b 100644 --- a/.ci/jenkins/dsl/jobs.groovy +++ b/.ci/jenkins/dsl/jobs.groovy @@ -215,7 +215,7 @@ setupDeployJob(JobType.RELEASE) setupPromoteJob(JobType.RELEASE) // Weekly deploy job -setupProjectWeeklyJob() +setupWeeklyDeployJob() // Tools job if (isMainStream()) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
