diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2016-02-07 15:59:35 -0800 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2016-02-07 15:59:35 -0800 |
commit | 2c3c68f75016f371e1f1c41ca600ce176a36225f (patch) | |
tree | 4eb47db6ba6a444bbc92f1798c2b4df7e4a1ebb7 | |
parent | 74425657b5e6a83bd406235929ff2cba0b5847fd (diff) |
missed a recursive call
Change-Id: Ie0cb6b45f1ca57c4cef85f7550482f664aaa6879
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r-- | jjb/include-raw-jjb-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/include-raw-jjb-update.sh b/jjb/include-raw-jjb-update.sh index 7855f7bc4..8f4a19397 100644 --- a/jjb/include-raw-jjb-update.sh +++ b/jjb/include-raw-jjb-update.sh @@ -1,4 +1,4 @@ -jenkins-jobs update --delete-old jjb/ +jenkins-jobs update --recursive --delete-old jjb/ # Submit patches for any jobs that can be auto updated function submitJJB { |