Daniel Beck commented on Improvement JENKINS-6560

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:

jdk=1.6,label=ubuntu

Expected would be something like:

foo/jdk=1.6,label=ubuntu

(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.

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.

Reply via email to