Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
Description
In the slave status page, there is a list of jobs called "Projects tied to <slave name>". That list should only show jobs that are explicitely tied to this slave.
For me it als shows lots of modules of maven style jobs that have nothing to do with that particular slave whatsoever. Only the module part of the job is shown here, not the top level maven job it belongs to.
So far I have found no pattern which jobs are shown where. I suspected it to be the last used slave, but it is not.
Attachments
Issue Links
- is related to
-
JENKINS-15666 Label.getTiedJobs ignores non-top-level jobs
-
- Resolved
-
Code changed in jenkins
User: Vincent Latombe
Path:
core/src/main/java/hudson/model/Label.java
http://jenkins-ci.org/commit/jenkins/a01c6c5d4c7b54106f31c7746849979b0776e206
Log:
[FIXED JENKINS-17451] "projects tied to slave" shows unrelated maven
module jobs. shows TopLevelItem only.
Restricts displayed projects to TopLevelItem only.
(cherry picked from commit 9cb0d11f5adde14d07527838132af9774074c846)