ci: disable concurrent builds

This commit is contained in:
Frédéric Péters 2022-05-15 09:37:54 +02:00
parent 7910ee76a4
commit 999cbc3da9
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

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