[
https://issues.jenkins-ci.org/browse/JENKINS-13182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160926#comment-160926
]
SCM/JIRA link daemon commented on JENKINS-13182:
------------------------------------------------
Code changed in jenkins
User: Gregory Boissinot
Path:
src/main/java/org/jenkinsci/plugins/buildresulttrigger/BuildResultTrigger.java
http://jenkins-ci.org/commit/buildresult-trigger-plugin/a3c118c74e519382a707b3dfbadc55ba20e429b4
Log:
Fix JENKINS-13182
> [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: buildresult-trigger
> 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