From 74425657b5e6a83bd406235929ff2cba0b5847fd Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Sun, 7 Feb 2016 15:55:51 -0800 Subject: [PATCH] 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 --- jjb/ci-management-jobs.yaml | 4 ++-- 1 file 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/ -- 2.16.6