Disallow all concurrent builds.

This commit is contained in:
Andrew Steinborn 2018-12-07 17:25:04 -05:00
parent 853fd2226d
commit 7c065e5c15

3
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline {
agent none
options {
disableConcurrentBuilds()
}
stages {
stage('Build') {
agent {