-
Bug
-
Resolution: Fixed
-
Major
-
None
Problematic code in method AbstractItem.resolveForCLI():
throw new CmdLineException(null,Messages.AbstractItem_NoSuchJobExists(name,AbstractProject.findNearest(name).getFullName()));
NPE occurred when AbstractProject.findNearest(name) returns null.
- is related to
-
JENKINS-30742 Possible NPE in AbstractProject.resolveForCLI()
- Resolved