Issue Type: Bug Bug
Assignee: Unassigned
Components: jenkins-multijob-plugin
Created: 21/Nov/13 2:29 PM
Description:

After upgrading MultiJobBuilder from 1.9 to 1.10, whenever the build process reaches a disabled job, it fails with an NPE like the one below. I'm using variously Jenkins 1.538 or 1.540, but have seen the error on both. Downgrading back to 1.9 appears to resolve the issue.

Warning: can't execute one of Kill running Gradle daemons (QA2) builds, due to jenkins limitations.Starting build job Clean up repo state (QA2).
FATAL: null
java.lang.NullPointerException
	at com.tikal.jenkins.plugins.multijob.MultiJobBuilder.perform(MultiJobBuilder.java:121)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:785)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:160)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:566)
	at com.tikal.jenkins.plugins.multijob.MultiJobBuild$MultiJobRunnerImpl.run(MultiJobBuild.java:70)
	at hudson.model.Run.execute(Run.java:1679)
	at hudson.model.Run.run(Run.java:1626)
	at com.tikal.jenkins.plugins.multijob.MultiJobBuild.run(MultiJobBuild.java:63)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:230)
Project: Jenkins
Priority: Major Major
Reporter: Edmund Rhudy
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