We're planning a migration from AnthillPro to another build system.
As of right now, we're checking the option of migrating to Jenkins.
We have a lot of different Products, and each Product has it's own repository and it's own builds for every branch.
In AnthillPro, There are several layers:
Folders -> Projects -> Worfklows -> Jobs -> Steps
In Jenkins I so far only came across:
Views -> Jobs -> Steps
Is there a way to group the Views?
Or are there any methods to group the different components?
How would you implement the structure of:
Product -> Branch -> Builds
If each product have several branches, and on in each branch you need to run several type of jobs.