Still does not work with the newest Matrix Project Plugin: 1.4
Jenkins: 1.593
On the matrix project page like /job/cucumber-split there is no link to latest aggregated test results.
On the page for a certain build like /job/cucumber-split/32 there is no link to aggregated test results.
If I go to a certain build for the axis like /job/cucumber-split/part_to_test=1/32/ I can see link for 'Test Result' and there is even a link 'Aggregated Test Result' but the linked page does not contain AGGREGATED test results - the results for part_to_test=2 are not included.
I also tried manually listing the sub jobs as explained in https://issues.jenkins-ci.org/browse/JENKINS-7976?focusedCommentId=152296&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-152296
Aggregate downstream test results > uncheck 'Automatically aggregate all downstream tests'; under 'Jobs to aggregate' put 'cucumber-split/part_to_test=1, cucumber-split/part_to_test=2'. Same result: now aggregated results.
Code changed in jenkins
User: Andrew Bayer
Path:
changelog.html
core/src/main/resources/hudson/matrix/MatrixProject/index.jelly
http://jenkins-ci.org/commit/jenkins/a4d23231dd58fee47adc1a781ed63abb415214a1
Log:
[FIXES JENKINS-10864] Adding "Latest Test Results" link to matrix
project pages.