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') { stage('Prepare SonarQube') {
steps { steps {
withSonarQubeEnv(installationName: 'sonarcubescanner', envOnly: true) { withSonarQubeEnv('sonarcubescanner') {
sh 'sh \'sonar-scanner\'' sh 'sonar-scanner'
} }
} }

Loading…
Cancel
Save