Skip to content

Commit

Permalink
incubator-kie-kogito-images#1729: parameterize jobParams of build-ima…
Browse files Browse the repository at this point in the history
…ge job
  • Loading branch information
jstastny-cz committed Jul 3, 2024
1 parent 1d3c476 commit 1ba4463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down

0 comments on commit 1ba4463

Please sign in to comment.