-
Improvement
-
Resolution: Fixed
-
Major
-
None
Please add the parent job name to the list of multi-configuration (matrix) jobs. In current implementation, it is impossible to distinguish one matrix child job from another matrix child job.
For example, there is a matrix job "matrix1" with axis BROWSER=ie and another matrix job "matrix2" with similar axis BROWSER=ie.
Actual Result:
In the current implementation, [BuildResultTrigger] shows the list of monitored jobs shows identical items:
BROWSER=ie
BROWSER=ie
Expected Result:
It would be much useful, if identical child jobs were shown with the parent job name, like:
matrix1,BROWSER=ie
matrix2,BROWSER=ie