JJB needs to be recursive from the CLI 44/244/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Sun, 7 Feb 2016 23:55:51 +0000 (15:55 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Sun, 7 Feb 2016 23:55:51 +0000 (15:55 -0800)
Our puppet module doesn't properly the JJB recursive flag in the ini
file. So, let's just make sure it happens even if not set by setting the
flag in the call.

Change-Id: Ia23fd404f357db08fb3b4b39862de9ed80695319
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/ci-management-jobs.yaml

index 6b9163d..40b907e 100644 (file)
@@ -39,7 +39,7 @@
 
     builders:
         - shell: |
-            jenkins-jobs test -o job_output jjb/
+            jenkins-jobs test --recursive -o job_output jjb/
         - ci-management-check-unicode
 
     publishers:
 
     builders:
         - shell: |
-            jenkins-jobs --flush-cache update jjb/
+            jenkins-jobs --flush-cache update --recursive jjb/