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

Flow Rei Ser picture Flow Rei Ser · Jun 17, 2015 · Viewed 11.8k times · Source

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.

Answer

Vitalii Elenhaupt picture Vitalii Elenhaupt · Jun 17, 2015

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