Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to group jobs in Jenkins?

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?

like image 309
Volodymyr Bezuglyy Avatar asked Oct 24 '13 13:10

Volodymyr Bezuglyy


People also ask

Which plugin is used to group and manage various jobs?

1 Answer. Have a look at the Jenkins plugins; especially the UI plugins. It looks like Cloudbees uses the Cloudbees Folder Plugin.

How do I run multiple jobs at the same time in Jenkins?

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)

How do I run two jobs sequentially in Jenkins?

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.


1 Answers

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.

like image 181
Peter Schuetze Avatar answered Nov 03 '22 01:11

Peter Schuetze