Skip to content

Commit

Permalink
kie-issues#599: disable sonar in PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Oct 4, 2023
1 parent 2b6d82f commit 1d5ccbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
BUILDCHAIN_CONFIG_REPO = 'incubator-kie-optaplanner'
BUILDCHAIN_CONFIG_FILE_PATH = '.ci/buildchain-config-pr-cdb.yaml'

ENABLE_SONARCLOUD = 'true'
ENABLE_SONARCLOUD = 'false'
SONARCLOUD_ANALYSIS_MVN_OPTS = '-Dsonar.projectKey=org.optaplanner:optaplanner'
OPTAPLANNER_BUILD_MVN_OPTS = '-Prun-code-coverage'
}
Expand Down

0 comments on commit 1d5ccbf

Please sign in to comment.