Closed Alex-Vol-SV closed 4 years ago
@Alex-Vol-SV any update on this? I also experience this issue on:
I have no control over this. I offered the pull request with the fix but I think this plugin is no longer maintained by @nemccarthy
I created a private build for my CI environment with this fix and a few others cherry-picked from some of the open pull requests.
oh, okay, I see. thanks for the info! I'll do the same.
Please raise in https://github.com/jenkinsci/stash-pullrequest-builder-plugin this is being maintained. If you would like to be a collaborator you can apply with jenkins org and there should be maintainers already looking after the repo in the official jenkins org.
The recent JENKINS-52818 changes cause this plugin to show this for each passing/failing build in Stash
The issue was the incorrectly referenced JenkinsLocationConfiguration which should not be instantiated but fetched with the static accessor.
I am submitting a PR with the fix.