stage('SonarQube Analysis'){ dir('.tmp'){ withSonarQubeEnv('dev2-sonarqube') { withMaven(maven:'maven 3.5.3') { sh 'mvn clean package ...
確定! 回上一頁