The recent JENKINS-52818 changes cause this plugin to show this for each passing/failing build in Stash ``` [✓ BUILD SUCCESS]( PLEASE SET JENKINS ROOT URL FROM GLOBAL CONFIGURATION job/some-PR/18/) - Build #18 which took 35 min ``` 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.