Browse Source

Added Jenkinsfile

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

2
Jenkinsfile

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

Loading…
Cancel
Save