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


The following commit(s) were added to refs/heads/kie-issues_821 by this push:
     new 7c03320e Fix weekly job name
7c03320e is described below

commit 7c03320e1873e1acdcaa50bce155ad3246e66202
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Jan 31 10:28:32 2024 -0300

    Fix weekly job name
---
 .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 3c7403e7..cbde5396 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -328,7 +328,7 @@ void setupQuarkusUpdateJob() {
 void setupWeeklyDeployJob(JobType jobType) {
     setupBuildImageJob(jobType)
 
-    def jobParams = JobParamsUtils.getBasicJobParams(this, 
'kogito-images-weekly-deploy', jobType, 
"${jenkins_path}/Jenkinsfile.weekly.deploy", 'Kogito Images Weekly Deploy')
+    def jobParams = JobParamsUtils.getBasicJobParams(this, 
'kogito-images.weekly-deploy', jobType, 
"${jenkins_path}/Jenkinsfile.weekly.deploy", 'Kogito Images Weekly Deploy')
     JobParamsUtils.setupJobParamsAgentDockerBuilderImageConfiguration(this, 
jobParams)
     jobParams.env.putAll([
         PROPERTIES_FILE_NAME: 'deployment.properties',


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

Reply via email to