nemccarthy / stash-pullrequest-builder-plugin

A Jenkins plugin for Building Stash Pull Requests
https://wiki.jenkins-ci.org/display/JENKINS/Stash+pullrequest+builder+plugin
Other
64 stars 130 forks source link

Fix issue with Jenkins 2.141 and changes for JENKINS-52818 #149

Open Alex-Vol-SV opened 6 years ago

Alex-Vol-SV commented 6 years ago

The new logic exposed this incorrect usage from this plugin. Had to add null guard because this is failing a findbugs test although the .get() method is marked with @Nonnull annotation in the Jenkins core class.

This fixes #148

2rba commented 5 years ago

+1

batmat commented 5 years ago

Unmaintained repo, unrelated to the Jenkins Project FYI. See https://github.com/nemccarthy/stash-pullrequest-builder-plugin/issues/158