mlabouardy / butler

Export/Import Jenkins jobs & plugins 📤
MIT License
123 stars 34 forks source link

Not recursive #17

Open digitalfredy opened 4 years ago

digitalfredy commented 4 years ago

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 present

Or do it recursive by default and add --no-recursive as option