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

fix

parent 92649fb8
......@@ -19,7 +19,7 @@ def sonaar_check(GIT_REPO_NAME,GIT_BRANCH,currentPath){
/* git commit: "${GIT_BRANCH}", credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: "${GIT_REPO_SSH_URL}"*/
sh "${sonarScanner} -e \
-Dsonar.host.url=http://sonar.q-gp.com \
-Dsonar.host.url=http://sonar.liangkebang.com \
-Dsonar.projectVersion=${GIT_BRANCH} \
-Dsonar.projectKey=${GIT_REPO_NAME} \
-Dsonar.java.binaries=. \
......
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