Browse Source

Added Jenkinsfile

pull/2/head
Richard Neumann 4 years ago
parent
commit
9c1531ac10
  1. 14
      Jenkinsfile

14
Jenkinsfile

@ -19,5 +19,17 @@ pipeline {
}
}
stage('Prepare SonarQube') {
steps {
withSonarQubeEnv 'sonarqubescanner'
}
}
stage('Wait for SonarQube analysis') {
steps {
waitForQualityGate(abortPipeline: true)
}
}
}
}
}
Loading…
Cancel
Save