-
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.
Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/java/hudson/matrix/MatrixProject.java
test/src/test/groovy/hudson/matrix/MatrixProjectTest.groovy
test/src/test/resources/hudson/matrix/MatrixProjectTest/testUpgrade/config.xml
test/src/test/resources/hudson/matrix/MatrixProjectTest/testUpgrade/jobs/x/config.xml
http://jenkins-ci.org/commit/jenkins/23ade1cda500047d6cc229206f8132c4cb1a6ccc
Log:
[FIXED JENKINS-15271] NPE in <code>MatrixProject.onLoad</code>.