summaryrefslogtreecommitdiffstats
path: root/jjb/ci-management-jobs.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2016-02-07 15:55:51 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2016-02-07 15:55:51 -0800
commit74425657b5e6a83bd406235929ff2cba0b5847fd (patch)
treec268bf3685b42f020f0376f673732292f95ae089 /jjb/ci-management-jobs.yaml
parentb4263dde9bd10371e3f449ac204108bc7bdd7a09 (diff)
JJB needs to be recursive from the CLI
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>
Diffstat (limited to 'jjb/ci-management-jobs.yaml')
-rw-r--r--jjb/ci-management-jobs.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/ci-management-jobs.yaml b/jjb/ci-management-jobs.yaml
index 6b9163da7..40b907ea1 100644
--- a/jjb/ci-management-jobs.yaml
+++ b/jjb/ci-management-jobs.yaml
@@ -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:
@@ -115,6 +115,6 @@
builders:
- shell: |
- jenkins-jobs --flush-cache update jjb/
+ jenkins-jobs --flush-cache update --recursive jjb/