jenkins: disable concurrent builds (#32976)

This commit is contained in:
Emmanuel Cazenave 2019-05-10 12:31:20 +02:00 committed by Thomas NOEL
parent 6a1428b92c
commit c5670d9564
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 {