-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
Jenkins 1.551
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.
[JENKINS-21889] null for filtered combination with hudson/project/matrix tag
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Component/s | New: matrix-project [ 18765 ] | |
Component/s | Original: matrix [ 15501 ] |
Workflow | Original: JNJira [ 153890 ] | New: JNJira + In-Review [ 194741 ] |
This looks designated behavior.