jenkins: disable concurrent builds (#33127)

This commit is contained in:
Emmanuel Cazenave 2019-05-15 18:26:57 +02:00
parent b406f7a99a
commit d530400faf
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -2,6 +2,7 @@
pipeline {
agent any
options { disableConcurrentBuilds() }
stages {
stage('Unit Tests') {
steps {