reload-job tries to find a nearest job for a hint if specified job isn't found.
Unfortunately, it tries to search it only through AbstractProject so other types are ignored completely.
The similar code is in AbstractItem.resolveForCLI().
reload-job tries to find a nearest job for a hint if specified job isn't found.
Unfortunately, it tries to search it only through AbstractProject so other types are ignored completely.
The similar code is in AbstractItem.resolveForCLI().