jenkinsci / coordinator-plugin

Make deployment done by a single click.
https://plugins.jenkins.io/coordinator/
Other
16 stars 10 forks source link

Build coordinator job with option "Build after other projects are built" #50

Open jiinoksoo opened 6 years ago

jiinoksoo commented 6 years ago

Hi,

I have configured coordinator job to be started after another job is ready. Coordinator job always fails with this method. If I run same coordinator job periodically everything works fine. What could be the problem?

ERROR: Build step failed with exception java.lang.NullPointerException at org.jenkinsci.plugins.coordinator.model.PerformExecutor.prepareExecutionPlan(PerformExecutor.java:137) at org.jenkinsci.plugins.coordinator.model.PerformExecutor.execute(PerformExecutor.java:74) at org.jenkinsci.plugins.coordinator.model.CoordinatorBuilder.perform(CoordinatorBuilder.java:58) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.Build$BuildExecution.build(Build.java:206) at hudson.model.Build$BuildExecution.doRun(Build.java:163) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) at hudson.model.Run.execute(Run.java:1735) at hudson.model.Build.run(Build.java:114) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:405)

Br, Jukka