Skip to content

Commit

Permalink
Update jobs.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste authored Aug 28, 2023
1 parent d9f56ab commit 845bf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (Utils.isMainBranch(this) && isStream8()) { // When there is Drools 9, we may
KogitoJobUtils.createQuarkusPlatformUpdateToolsJob(this, 'optaplanner')
KogitoJobUtils.createMainQuarkusUpdateToolsJob(this,
[ 'optaplanner', 'optaplanner-quickstarts' ],
[ 'rsynek', 'triceo']
[ 'radtriste', 'lucamolteni']
)

void setupProjectDroolsJob(String droolsBranch) {
Expand Down

0 comments on commit 845bf0e

Please sign in to comment.