This is an automated email from the ASF dual-hosted git repository. ricardozanini pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
commit 311866d270a3af1934005465fca246fd4381b4c8 Author: Ricardo Zanini <[email protected]> AuthorDate: Tue Nov 7 17:18:27 2023 -0300 Update kogito-images job to follow apache config Signed-off-by: Ricardo Zanini <[email protected]> --- .ci/jenkins/dsl/jobs.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy index 8e533131..9b1c3027 100644 --- a/.ci/jenkins/dsl/jobs.groovy +++ b/.ci/jenkins/dsl/jobs.groovy @@ -40,7 +40,7 @@ setupQuarkusUpdateJob() void setupPrJob() { setupBuildImageJob(JobType.PULL_REQUEST) - def jobParams = JobParamsUtils.getBasicJobParams(this, 'kogito-images', JobType.PULL_REQUEST, "${jenkins_path}/Jenkinsfile", "Kogito Images PR check") + def jobParams = JobParamsUtils.getBasicJobParams(this, 'kogito-images-pr', JobType.PULL_REQUEST, "${jenkins_path}/Jenkinsfile", "Kogito Images PR check") JobParamsUtils.setupJobParamsAgentDockerBuilderImageConfiguration(this, jobParams) jobParams.pr.putAll([ run_only_for_branches: [ "${GIT_BRANCH}" ], @@ -59,7 +59,7 @@ void setupPrJob() { } void createSetupBranchJob() { - def jobParams = JobParamsUtils.getBasicJobParams(this, 'kogito-images', JobType.SETUP_BRANCH, "${jenkins_path}/Jenkinsfile.setup-branch", 'Kogito Images Init Branch') + def jobParams = JobParamsUtils.getBasicJobParams(this, 'kogito-images-pr', JobType.SETUP_BRANCH, "${jenkins_path}/Jenkinsfile.setup-branch", 'Kogito Images Init Branch') JobParamsUtils.setupJobParamsAgentDockerBuilderImageConfiguration(this, jobParams) jobParams.env.putAll([ GIT_AUTHOR: "${GIT_AUTHOR_NAME}", @@ -255,7 +255,7 @@ void setupPromoteJob(JobType jobType) { } void setupQuarkusUpdateJob() { - KogitoJobUtils.createQuarkusUpdateToolsJob(this, 'kogito-images', [:], [:], [], [ + KogitoJobUtils.createQuarkusUpdateToolsJob(this, 'kogito-images-pr', [:], [:], [], [ "python scripts/update-repository.py --quarkus-platform-version %new_version%" ]) } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
