Browse Source

Added Jenkinsfile

pull/2/head
Richard Neumann 4 years ago
parent
commit
1f17ed7999
  1. 5
      Jenkinsfile

5
Jenkinsfile

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

Loading…
Cancel
Save