Commit 7d4b4ca1 by Administrator

Update sonar_analyze.sh

parent e2334f1e
Pipeline #18 passed with stage
in 10 seconds
...@@ -5,7 +5,6 @@ mvn --batch-mode sonar:sonar \ ...@@ -5,7 +5,6 @@ mvn --batch-mode sonar:sonar \
-Dsonar.login=admin \ -Dsonar.login=admin \
-Dsonar.password=admin \ -Dsonar.password=admin \
-Dsonar.issuesReport.html.enable=true \ -Dsonar.issuesReport.html.enable=true \
-Dsonar.analysis.mode=preview \
-Dsonar.preview.excludePlugins=issueassign,scmstats -Dsonar.preview.excludePlugins=issueassign,scmstats
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment