Skip to content

Commit

Permalink
Disable SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste authored Oct 16, 2023
1 parent 6523d73 commit c0ae3a8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,6 @@ Map getMultijobPRConfig(JenkinsFolder jobFolder) {
[
id: 'optaplanner',
primary: true,
env : [
// Sonarcloud analysis only on main branch
// As we have only Community edition
ENABLE_SONARCLOUD: EnvUtils.isDefaultEnvironment(this, jobFolder.getEnvironmentName()) && Utils.isMainBranch(this),
SONARCLOUD_ANALYSIS_MVN_OPTS: '-Dsonar.projectKey=org.optaplanner:optaplanner',
]
], [
id: 'optaplanner-quickstarts',
repository: 'optaplanner-quickstarts',
Expand Down

0 comments on commit c0ae3a8

Please sign in to comment.