We group jobs in jenkins using List View.
As result we have a lot of tabs.
But these guys can group jobs using other approach - https://jenkins.ci.cloudbees.com
On "All" page they have not only individual jobs, but also some groups.
For example:
selenium-tests - job
core - group
How is it possible to create these groups?
Is it a standard feature of Jenkins or some plugin is used?
1 Answer. Have a look at the Jenkins plugins; especially the UI plugins. It looks like Cloudbees uses the Cloudbees Folder Plugin.
Follow these steps to use the multijob plugin: When creating new Jenkins jobs you will have an option to create MultiJob project. In the build section, this job can define phases that contain one or more jobs. All jobs that belong to one phase will be executed in parallel (if there are enough executors on the node)
Many 'phases' can be set up as part of the MultiJob project and each phase "contains" one or more "other" Jenkins jobs. When the MultiJob project is run, the phases will be run sequentially. Therefore, in order to run N jobs sequentially, add N phases to your MultiJob project, and then add one job to each phase.
Have a look at the wondrous world of the Jenkins plugins; especially the UI plugins. I looks like Cloudbees uses the Cloudbees Folder Plugin. I haven't used it since I am happy with the older Nested view plugin.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With