jenkins: disable concurrent builds

This commit is contained in:
Frédéric Péters 2022-01-03 21:43:03 +01:00
parent ef0c0b0e18
commit 18f69f053c
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('Help Check') {
steps {