Skip to content

Commit

Permalink
Disable SonarCloud
Browse files Browse the repository at this point in the history
Improves c0ae3a8.

Do not rely on the default value, disable it explicitly.
  • Loading branch information
yurloc committed Nov 14, 2023
1 parent eadd758 commit f79a6d2
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 f79a6d2

Please sign in to comment.