From f2a763edbf68175d3a6c1ace9b326272fa34f97d Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Fri, 10 Aug 2018 13:07:56 -0700 Subject: [PATCH] Set concurrent to false for docs-verify job This should fix the issues we're seeing with timeouts when pushing artifacts to Nexus. Change-Id: I5beca4bf18e9e4c35fc00c6c61c2a092dd72ac0a Signed-off-by: Eric Ball --- jjb/vpp/vpp.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index c59894004..e2b14b55c 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -859,7 +859,7 @@ project-type: freestyle node: ubuntu1604-us - concurrent: true + concurrent: false logrotate: daysToKeep: '{build-days-to-keep}' @@ -1154,5 +1154,3 @@ rerun-unstable-builds: false max-failed-builds: 1 fixed-delay: 90 - - -- 2.16.6