Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List all jobs, which were running on a specific slave node

On our Jenkins master a Multi-configuration project is used to spread a highly parallel task on many slaves which actually do the work.

Now I would like to list all jobs, which were running on a specific slave node. Is there a way to achieve this? I see only all matrix sub jobs for one matrix parent job in a big table. Or I can list the history of a single sub job. But if I want to get the connection to the node, where the job was running on, I always have to check the logs.

like image 341
Flow Rei Ser Avatar asked Mar 15 '23 17:03

Flow Rei Ser


1 Answers

You can use Description Setter Plugin like the following:

enter image description here

Then you will have node label in the description of each build:

enter image description here

like image 131
Vitalii Elenhaupt Avatar answered Mar 18 '23 06:03

Vitalii Elenhaupt