-
Bug
-
Resolution: Unresolved
-
Critical
-
None
There was a null pointer exception on line 168 of com.tikal.jenkins.plugins.multijob.MultiJobBuilder. Look at the line at HEAD infers that lastbuild.getResult() is not being checked if null L168 . http://javadoc.jenkins-ci.org/hudson/model/Run.html#getResult() implies that this will return null at some stage. Please put a null check before using lastbuild.getResult().
- blocks
-
JENKINS-31527 multijob plugin throws NPE
-
- Closed
-
- is blocked by
-
JENKINS-31527 multijob plugin throws NPE
-
- Closed
-
I think I'm getting the same problem with Jenkins 2.7.1 and Multijob 1.21
I have the "Build only if SCM changes" option enabled on the first phase job
Workaround is to manually wipe workspace