提交 adc45830 编写于 作者: zhangsiyuan's avatar zhangsiyuan

Update uat-cloud.jenkinsfile

上级 5a6879ce
...@@ -22,7 +22,7 @@ pipeline { ...@@ -22,7 +22,7 @@ pipeline {
} }
stage('SonarQube') { stage('SonarQube') {
steps{ steps{
def sonarqubeScannerHome = tool name: 'sonar-test' sonarqubeScannerHome = tool name: 'sonar-test'
withSonarQubeEnv('SonarQube') { withSonarQubeEnv('SonarQube') {
sh "${sonarqubeScannerHome}/bin/sonar-scanner -X "+ sh "${sonarqubeScannerHome}/bin/sonar-scanner -X "+
"-Dsonar.host.url=${SONAR_HOST_URL} " + "-Dsonar.host.url=${SONAR_HOST_URL} " +
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册