ci: disable concurrent builds (#77617)
gitea/chrono/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-05-15 16:38:53 +02:00
parent b35708abcb
commit a61d68d26d
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 {