|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-16042) NullPointer when col... [email protected] (JIRA)
- [JIRA] (JENKINS-16042) NullPointer whe... [email protected] (JIRA)
- [JIRA] (JENKINS-16042) NullPointer whe... [email protected] (JIRA)
- [JIRA] (JENKINS-16042) NullPointer whe... [email protected] (JIRA)
- [JIRA] (JENKINS-16042) NullPointer whe... [email protected] (JIRA)
- [JIRA] (JENKINS-16042) NullPointer whe... [email protected] (JIRA)
- [JIRA] (JENKINS-16042) NullPointer whe... [email protected] (JIRA)
- [JIRA] (JENKINS-16042) NullPointer whe... [email protected] (JIRA)

I also see this with 1.7 version. I have only 1 build step with two jobs. Both jobs complete successfully, but the main job (the multijob, job) fails due to the below exception:
FATAL: null
java.lang.NullPointerException
at com.tikal.jenkins.plugins.multijob.MultiJobBuild$MultiJobRunnerImpl.evaluateResult(MultiJobBuild.java:69)
at com.tikal.jenkins.plugins.multijob.MultiJobBuild$MultiJobRunnerImpl.isFailure(MultiJobBuild.java:59)
at com.tikal.jenkins.plugins.multijob.MultiJobBuild$MultiJobRunnerImpl.run(MultiJobBuild.java:51)
at hudson.model.Run.execute(Run.java:1516)
at hudson.model.Run.run(Run.java:1462)
at com.tikal.jenkins.plugins.multijob.MultiJobBuild.run(MultiJobBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Thanks for any fix!