Add the following stage in your Jenkinsfile. stage ('Scan using Gradle') { steps { withSonarQubeEnv(installationName: 'SonarQubeScanner', ...
確定! 回上一頁