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

Update StashBuilds.java #159

Open hedenface opened 5 years ago

hedenface commented 5 years ago

Without the .get() the subsequent getUrl() is returning null. I have two instances of Jenkins running two different versions. The older 2.121.2 version works as is here, but the newer 2.150.1 doesn't work without this change. Not sure if the API updated recently?