Skip to content

Commit

Permalink
Force jenkins jobs to run in serial, not concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaandys committed Jul 6, 2023
1 parent 882b906 commit 4e3cc7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
pipeline {
options {
disableConcurrentBuilds()
}
agent none
stages {
stage('Build Linux & Windows') {
Expand Down

0 comments on commit 4e3cc7d

Please sign in to comment.