Jenkinsfile: disable concurrent builds (#86510)
gitea/ldaptools/pipeline/head This commit looks good Details

This commit is contained in:
Benjamin Dauvergne 2024-02-07 12:42:51 +01:00
parent be70825031
commit bcbb9344f7
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 {