Skip to content

Commit 26833ff

Browse files
jstastny-czjstastny-cz
authored andcommitted
kie-issues#599: disable sonar in PR checks
1 parent 2103ef9 commit 26833ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pipeline {
1414
environment {
1515
BUILDCHAIN_PROJECT = 'apache/incubator-kie-kogito-runtimes'
1616

17-
ENABLE_SONARCLOUD = 'true'
17+
ENABLE_SONARCLOUD = 'false'
1818
KOGITO_RUNTIMES_BUILD_MVN_OPTS = '-Dvalidate-formatting -Prun-code-coverage'
1919
}
2020
stages {

0 commit comments

Comments
 (0)