Explorar el Código

yinruoxi:

1.上传jenkins文件
tags/v0.8.0a
kira hace 2 años
padre
commit
b35d3b4533
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Ver fichero

@@ -17,7 +17,7 @@ node {
scannerHome = tool 'SonarQube-Scanner'
}
//引用SonarQube环境 "系统配置中配置的SonarQube servers的name值 "
withSonarQubeEnv('sonar') {
withSonarQubeEnv('Sonar') {
//执行sonar-scanner命令
sh "${scannerHome}/bin/sonar-scanner"
}


Cargando…
Cancelar
Guardar