Browse Source

Added Jenkinsfile

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

2
Jenkinsfile

@ -27,7 +27,7 @@ pipeline {
stage('Wait for SonarQube analysis') {
steps {
waitForQualityGate(abortPipeline: true)
waitForQualityGate()
}
}

Loading…
Cancel
Save