Skip to content

Commit

Permalink
kie-issues#599: disable sonar in PR checks (#1893)
Browse files Browse the repository at this point in the history
Co-authored-by: jstastny-cz <[email protected]>
  • Loading branch information
jstastny-cz and jstastny-cz authored Oct 4, 2023
1 parent 507ede9 commit f31848d
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 @@ -14,7 +14,7 @@ pipeline {
environment {
BUILDCHAIN_PROJECT = 'apache/incubator-kie-kogito-apps'

ENABLE_SONARCLOUD = 'true'
ENABLE_SONARCLOUD = 'false'
KOGITO_APPS_BUILD_MVN_OPTS = '-Dvalidate-formatting -Prun-code-coverage'
}
stages {
Expand Down

0 comments on commit f31848d

Please sign in to comment.