Skip to content

Commit

Permalink
Merge pull request #33 from yurloc/sonar-disable
Browse files Browse the repository at this point in the history
Disable SonarCloud
  • Loading branch information
mareknovotny authored Nov 15, 2023
2 parents eadd758 + f79a6d2 commit bbdb9f9
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 @@ -190,6 +190,10 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
[
id: 'optaplanner',
primary: true,
env : [
// Disable Sonarcloud analysis.
ENABLE_SONARCLOUD: false,
]
], [
id: 'optaplanner-quickstarts',
repository: 'optaplanner-quickstarts',
Expand Down

0 comments on commit bbdb9f9

Please sign in to comment.