Joe, regarding your comment to JENKINS-10880, the fix for the Git NPE was in the Git Plugin itself.

This one is something different:

PossiblyCachedRepo possiblyCachedRepo = cachedSource(Hudson.getInstance(), launcher, listener, true);
            FilePath repositoryCache = new FilePath(new File(possiblyCachedRepo.getRepoLocation()));

The possibleCachedRepo seems to be null, which is perfectly valid, if you look at the cachedSource() method. Maybe this is also triggered by an "inconsistent" config (one edited manually) like in the Git case?

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

Reply via email to