From 88cfab4bcc42b6ba752f7144f4e86d6e029fbcfb Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 28 May 2019 08:55:44 -0500 Subject: [PATCH] DATACMNS-1536 - Disable concurrent builds. --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 71e0cf6a5..ae4e6b3b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,10 @@ pipeline { pollSCM 'H/10 * * * *' } + options { + disableConcurrentBuilds() + } + stages { stage("Test") { parallel {