Jenkinsfile: disable concurrent builds (#31337)

This commit is contained in:
Benjamin Dauvergne 2019-03-12 19:19:08 +01:00
parent f76a6a84e8
commit 27e006a180
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 {