Skip to content

Commit

Permalink
Remove PR job
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Sep 7, 2023
1 parent a332c33 commit 808d9c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 808d9c3

Please sign in to comment.