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.
You can use Description Setter Plugin like the following:
Then you will have node label in the description of each build: