Commit dc0560ee authored by wentao.suo's avatar wentao.suo

ffff

parent ce4c53e1
...@@ -19,7 +19,7 @@ def sonaar_check(GIT_REPO_NAME,GIT_BRANCH,currentPath){ ...@@ -19,7 +19,7 @@ def sonaar_check(GIT_REPO_NAME,GIT_BRANCH,currentPath){
sh "${sonarScanner} -e \ sh "${sonarScanner} -e \
-Dsonar.host.url=http://172.30.3.42:9000 \ -Dsonar.host.url=http://172.30.3.42:9000 \
-Dsonar.projectVersion=${GIT_BRANCH} \ -Dsonar.projectVersion=${GIT_BRANCH} \
-Dsonar.projectKey=${GIT_BRANCH} \ -Dsonar.projectKey=${GIT_REPO_NAME} \
-Dsonar.java.binaries=. \ -Dsonar.java.binaries=. \
-Dsonar.sources=. \ -Dsonar.sources=. \
-Dsonar.projectBaseDir=${currentPath}" -Dsonar.projectBaseDir=${currentPath}"
......
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