Browse Source

Added Jenkinsfile

pull/2/head
Richard Neumann 4 years ago
parent
commit
9025b01233
  1. 6
      Jenkinsfile

6
Jenkinsfile

@ -29,11 +29,5 @@ pipeline {
} }
} }
stage('Wait for SonarQube analysis') {
steps {
waitForQualityGate()
}
}
} }
} }
Loading…
Cancel
Save