From 31374a12b093dd5c4248427aee7d5bf5ef3b9fc5 Mon Sep 17 00:00:00 2001 From: jstastny-cz Date: Wed, 8 Nov 2023 10:46:31 +0100 Subject: [PATCH] call the method actually --- .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 fd72e4069..7655e5bc1 100644 --- a/.ci/jenkins/dsl/jobs.groovy +++ b/.ci/jenkins/dsl/jobs.groovy @@ -17,7 +17,7 @@ import org.kie.jenkins.jobdsl.Utils jenkins_path = '.ci/jenkins' // PR checks -Utils.isMainBranch(this) && KogitoJobTemplate.createPullRequestMultibranchPipelineJob(this, "${jenkins_path}/Jenkinsfile", JobType.PULL_REQUEST.getName()) +setupPrJob() // Init branch createSetupBranchJob()