Set concurrent to false for docs-verify job 44/14144/1
authorEric Ball <eball@linuxfoundation.org>
Fri, 10 Aug 2018 20:07:56 +0000 (13:07 -0700)
committerEric Ball <eball@linuxfoundation.org>
Fri, 10 Aug 2018 20:07:56 +0000 (13:07 -0700)
This should fix the issues we're seeing with timeouts when pushing
artifacts to Nexus.

Change-Id: I5beca4bf18e9e4c35fc00c6c61c2a092dd72ac0a
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jjb/vpp/vpp.yaml

index c598940..e2b14b5 100644 (file)
 
     project-type: freestyle
     node: ubuntu1604-us
-    concurrent: true
+    concurrent: false
 
     logrotate:
         daysToKeep: '{build-days-to-keep}'
             rerun-unstable-builds: false
             max-failed-builds: 1
             fixed-delay: 90
-
-