jenkins: disable concurrent builds

This commit is contained in:
Frédéric Péters 2021-08-15 10:18:29 +02:00
parent f68b0f45e3
commit 8ce90db357
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 {