From 808d9c3003835d13650c56bee2c3aa5d4dec15d5 Mon Sep 17 00:00:00 2001 From: radtriste Date: Thu, 7 Sep 2023 11:26:32 +0200 Subject: [PATCH] Remove PR job --- .ci/jenkins/dsl/jobs.groovy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy index a55d06419a..44cb964739 100644 --- a/.ci/jenkins/dsl/jobs.groovy +++ b/.ci/jenkins/dsl/jobs.groovy @@ -192,7 +192,9 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) { } // Optaplanner PR checks -KogitoJobUtils.createAllEnvironmentsPerRepoPRJobs(this) { jobFolder -> getMultijobPRConfig(jobFolder) } +// Deactivated due to ghprb not available on Apache Jenkins +// TODO create PR job with branch source plugin +// KogitoJobUtils.createAllEnvironmentsPerRepoPRJobs(this) { jobFolder -> getMultijobPRConfig(jobFolder) } // Setup branch branch createSetupBranchJob()