Open digitalfredy opened 4 years ago
When using Folders plugin and Multibranch plugin the structure become a tree like: jobs:
Butler is exporting only the foldernameA and foldernameB xml that does not contain the rest of the tree
add --recursive with short form -r and export the whole tree when present
--recursive
-r
Or do it recursive by default and add --no-recursive as option
--no-recursive
Description
When using Folders plugin and Multibranch plugin the structure become a tree like: jobs:
Butler is exporting only the foldernameA and foldernameB xml that does not contain the rest of the tree
Changes proposed
add
--recursive
with short form-r
and export the whole tree when presentOr do it recursive by default and add
--no-recursive
as option