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 567731d commit 9480af7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ List getExamplesBuildMvnOptions(JenkinsFolder jobFolder) {
}

// PR checks
// Deactivated due to ghprb not available on Apache Jenkins
// TODO create PR job with branch source plugin
// KogitoJobUtils.createAllEnvironmentsPerRepoPRJobs(this) { jobFolder -> getMultijobPRConfig(jobFolder) }

// Init branch
Expand Down Expand Up @@ -98,6 +100,8 @@ if (isMainStream()) {

// Quarkus 3
if (EnvUtils.isEnvironmentEnabled(this, 'quarkus-3')) {
// Deactivated due to ghprb not available on Apache Jenkins
// TODO create PR job with branch source plugin
// setupPrQuarkus3RewriteJob()
setupStandaloneQuarkus3RewriteJob()
}
Expand Down

0 comments on commit 9480af7

Please sign in to comment.