From 6e1b8558e8e66176f88c8d2fcbb0d43a80ef4d3f Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 7 Aug 2019 19:53:56 -0400 Subject: Try to debug CPSE test further --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f8f6a2f8b..b4fa46a27 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,7 +63,7 @@ pipeline { options { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) // This fails the build immediately if any parallel step fails - parallelsAlwaysFailFast() + // parallelsAlwaysFailFast() preserveStashes(buildCount: 10) timeout(time: 3, unit: 'HOURS') timestamps() -- cgit v1.2.1