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


The following commit(s) were added to refs/heads/kie-issues_821 by this push:
     new 886fe5a733 Weekly job agent docker
886fe5a733 is described below

commit 886fe5a733a8a4af2678fd037e0720b27095efe9
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Mon Jan 22 08:51:06 2024 -0300

    Weekly job agent docker
---
 .ci/jenkins/dsl/jobs.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index ea013d0f4d..08fee13e9a 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -362,6 +362,7 @@ void setupPromoteJob(JobType jobType) {
 
 void setupWeeklyDeployJob() {
     def jobParams = JobParamsUtils.getBasicJobParams(this, 
'drools.weekly-deploy', JobType.OTHER, 
"${jenkins_path}/Jenkinsfile.weekly.deploy", 'Drools Weekly Deploy')
+    JobParamsUtils.setupJobParamsAgentDockerBuilderImageConfiguration(this, 
jobParams)
     jobParams.env.putAll([
         PROPERTIES_FILE_NAME: 'deployment.properties',
         JENKINS_EMAIL_CREDS_ID: "${JENKINS_EMAIL_CREDS_ID}",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to