Issue Type: Bug Bug
Assignee: ikedam
Components: core, matrix
Created: 19/Feb/14 11:55 PM
Description:

How to reproduce:

  • Create a new multi-configuration project
  • Add a user-defined axis:
    • Name: axis1
    • Value: value1 value2
  • Add a combination filter:
    • axis1 != 'value2'
  • Save the configuration
  • "values2" is not displayed in status page.

This is caused by null MatrixConfiguration is passed via built-in hudson/project/matrix tag, as MatrixProject#getItem returns null for inactive axes combination.
This often causes NPE for plugins using hudson/project/matrix.

Environment: Jenkins 1.551
Project: Jenkins
Priority: Minor Minor
Reporter: ikedam
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/groups/opt_out.

Reply via email to