... 'sonarqube-scanner' withSonarQubeEnv('sonarqube') { sh """ cd ${project_name} ${scannerHome}/bin/sonar-scanner """ } } stage('build, ...
確定! 回上一頁