From: Andrew Grimberg Date: Sun, 7 Feb 2016 23:55:51 +0000 (-0800) Subject: JJB needs to be recursive from the CLI X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=74425657b5e6a83bd406235929ff2cba0b5847fd;p=ci-management.git 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 --- 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/