|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

kutzi:
1. Create a multi-configuration job 'foo'
2. Add a user-defined matrix axis 'jdk' with values e.g. '1.5' and '1.6'
3. Add a user-defined matrix axis 'label' with values e.g. 'redhat' and 'ubuntu'
4. Configure IM plugin to print the output from the request
It will show your project as:
Expected would be something like:
(if using 'getFullName()' rather than 'getFullDisplayName()', I don't know what the latter looks like)
This is also relevant for projects whose parent ItemGroup is not Jenkins.getInstance(), e.g. when using the Cloudbees Folder plugin.