Skip to content

Commit

Permalink
delete analysis.mode
Browse files Browse the repository at this point in the history
Signed-off-by: Bulat Saifullin <bulat@saifullin.ru>
  • Loading branch information
BulatSaif committed Sep 18, 2019
1 parent 744a67e commit d4d625f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .jenkinsci/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def sonarScanner(scmVars, environment) {
sonar-scanner \
-Dsonar.github.disableInlineComments=true \
-Dsonar.github.repository='${env.DOCKER_REGISTRY_BASENAME}' \
-Dsonar.analysis.mode=preview \
-Dsonar.login=${SONAR_TOKEN} \
-Dsonar.projectVersion=${BUILD_TAG} \
-Dsonar.github.oauth=${SORABOT_TOKEN} ${sonar_option}
Expand Down

0 comments on commit d4d625f

Please sign in to comment.