Browse Source

Added Jenkinsfile

pull/2/head
Richard Neumann 4 years ago
parent
commit
075fddfe92
  1. 4
      Jenkinsfile

4
Jenkinsfile

@ -21,8 +21,8 @@ pipeline {
stage('Prepare SonarQube') {
steps {
withSonarQubeEnv(installationName: 'sonarcubescanner', envOnly: true) {
sh 'sh \'sonar-scanner\''
withSonarQubeEnv('sonarcubescanner') {
sh 'sonar-scanner'
}
}

Loading…
Cancel
Save