Browse Source

Added Jenkinsfile

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

2
Jenkinsfile

@ -21,7 +21,7 @@ pipeline {
stage('Prepare SonarQube') {
steps {
withSonarQubeEnv('SonarQube') {
withSonarQubeEnv(installationName: 'SonarQube', credentialsId: 'rcon') {
sh '/opt/sonar-scanner/bin/sonar-scanner'
}

Loading…
Cancel
Save