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 comments sort #140

Open ekonkov opened 6 years ago

ekonkov commented 6 years ago

Our Stash - BitBucket Server installation has multiple nodes so that there is no monotonic order of ids. Implement comparison using creation date and id.

Also additional logging implemented. Useful for debugging.