Tetiana Tvardovska created JENKINS-13182:
--------------------------------------------

             Summary: [BuildResultTrigger] Add parent job name to the list of 
multi-configuration project child jobs
                 Key: JENKINS-13182
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13182
             Project: Jenkins
          Issue Type: Improvement
          Components: buildresulttrigger
            Reporter: Tetiana Tvardovska
            Assignee: gbois


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



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to