Browse Source

Added Jenkinsfile

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

2
Jenkinsfile

@ -22,7 +22,7 @@ pipeline {
stage('Prepare SonarQube') {
steps {
withSonarQubeEnv('SonarQube') {
sh 'sonar-scanner'
sh '/opt/sonar-scanner/bin/sonar-scanner'
}
}

Loading…
Cancel
Save