This is an automated email from the ASF dual-hosted git repository.

jstastnycz pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git


The following commit(s) were added to refs/heads/main by this push:
     new 14d75ad3 incubator-kie-kogito-images#1729: parameterize jobParams of 
build-image job (#1777)
14d75ad3 is described below

commit 14d75ad329492cc5b9e7a1ffe74cb798597ae69a
Author: Jan Stastny <[email protected]>
AuthorDate: Wed Jul 3 15:29:19 2024 +0200

    incubator-kie-kogito-images#1729: parameterize jobParams of build-image job 
(#1777)
    
    Co-authored-by: jstastny-cz <[email protected]>
---
 .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 d815d4fd..c3eb80a0 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -163,6 +163,7 @@ void setupBuildImageJob(JobType jobType) {
     def jobParams = JobParamsUtils.getBasicJobParams(this, 
'kogito-images.build-image', jobType, 
"${jenkins_path}/Jenkinsfile.build-image", 'Kogito Images Build single image')
     // Use jenkinsfile from the build branch
     jobParams.git.author = '${SOURCE_AUTHOR}'
+    jobParams.git.repository = '${SOURCE_REPOSITORY}'
     jobParams.git.branch = '${SOURCE_BRANCH}'
     JobParamsUtils.setupJobParamsAgentDockerBuilderImageConfiguration(this, 
jobParams)
     jobParams.env.putAll([


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

Reply via email to