-
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.
[JENKINS-15271] NPE in MatrixProject.onLoad
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Labels | Original: exception upgrade | New: exception lts-candidate upgrade |
Labels | Original: exception lts-candidate upgrade | New: 1.509.1-fixed exception upgrade |
Component/s | New: matrix-project [ 18765 ] | |
Component/s | Original: matrix [ 15501 ] |
Workflow | Original: JNJira [ 145993 ] | New: JNJira + In-Review [ 191729 ] |
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>.