Skip to content

Commit

Permalink
test config
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed May 9, 2023
1 parent b821eaf commit f79fa06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
// For Quarkus 3, run only drools PR check... for now
if (EnvUtils.hasEnvironmentId(this, jobFolder.getEnvironmentName(), 'quarkus3')) {
jobConfig.jobs.retainAll { it.id == 'drools' }
} else {
jobConfig.jobs.clear()
}

return jobConfig
Expand Down

0 comments on commit f79fa06

Please sign in to comment.