Commit fe777424 by Administrator

Add new file

parent 86981b8b
Pipeline #11 canceled with stage
#!/bin/bash
mvn --batch-mode sonar:sonar \
-Dsonar.host.url=http://192.168.0.51:9000 \
-Dsonar.login=admin \
-Dsonar.password=admin \
-Dsonar.issuesReport.html.enable=true \
-Dsonar.analysis.mode=preview \
-Dsonar.preview.excludePlugins=issueassign,scmstats
if [ $? -eq 0 ]; then
echo "sonarqube code-analyze over."
fi
\ No newline at end of file
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