-
Bug
-
Resolution: Fixed
-
Major
When a matrix project config.xml is missing <runSequentially> as well as <executionStrategy>—perhaps because it predates JENKINS-3028?—trying to load it in current Jenkins (after 95c5ea2 in 1.456) throws
java.lang.NullPointerException at hudson.matrix.MatrixProject.onLoad(MatrixProject.java:474)
and the job is not loaded.