Issue Type: Bug Bug
Assignee: Jesse Glick
Components: core
Created: 23/Apr/13 10:58 PM
Description:

If you create a matrix project and start to build it, but then kill the execution before all the configurations have really run, and then call Queue.schedule on one of these configurations, you can get an exception:

java.lang.NullPointerException
	at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:240)
	at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:70)
	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1305)
	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:140)
	at hudson.model.Executor.run(Executor.java:212)

Here MatrixBuild lb is null.

Environment: 1.509
Project: Jenkins
Labels: exception matrix
Priority: Major Major
Reporter: Jesse Glick
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to