node() { stage('SonarQube analysis') def scannerHome = tool 'SONAR'; withSonarQubeEnv('SonarService') { sh "${scannerHome}/bin/sonar-scanner ...
確定! 回上一頁