Skip to content

Commit

Permalink
Fix DSL generation
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 22, 2023
1 parent 3f9153b commit 518ae3b
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 @@ -137,7 +137,7 @@ if (isMainStream()) {
}

if (Utils.isMainBranch(this)) {
setupOptaplannerJob(VersionUtils.getProjectTargetBranch('optaplanner', Utils.getMainBranch(this), Utils.getRepoName(this)))
setupOptaplannerJob(VersionUtils.getProjectTargetBranch('optaplanner', Utils.getGitMainBranch(this), Utils.getRepoName(this)))
}

/////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 518ae3b

Please sign in to comment.