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

Build keeps restarting #112

Open tamasmartin opened 7 years ago

tamasmartin commented 7 years ago

I successfully configured the plugin. The issue I am facing is that the build keeps restarting again and again while the Pull Request is in open state. Thank you for your help. Cron is set to H/2 jenkinsstashprplugin

MartinMReed commented 7 years ago

See if Issue #101 / PR #102 handles your case. If you are receiving a timeout when communicating with Stash, it would cause the build to run again. Basically the plugin can't load the list of comments, and so it doesn't see previous attempts, and then re-runs.

tamasmartin commented 7 years ago

Thank you @MartinMReed Do you happen to know when your PR will be merged and released?

MartinMReed commented 7 years ago

Only @nemccarthy can answer that. I haven't seen any traffic from him since I posted it in October though, so I would suggest to check out the branch and install a local build.

tamasmartin commented 7 years ago

Thank you @MartinMReed I have built it from your branch and the plugin works well. Thanks again!