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

Configurable socket timeout #133

Open Armageddonw opened 6 years ago

Armageddonw commented 6 years ago

Hello,

Currently we're having issue with this plugin when using options: 'Build only if Stash reports no conflicts' or 'Build only if PR is mergeable'. It's related to the fact, that sending request 'client.getPullRequestMergeStatus' is taking more than 15 seconds (due to our internal hooks, that currently cannot be fixed). This could be solvable by settings custom socket timeout, but it's not currently supported.

nemccarthy commented 4 years ago

Please raise an issue here; https://issues.jenkins.io/browse/JENKINS-63802?jql=project%20%3D%20JENKINS%20AND%20component%20%3D%20stash-pullrequest-builder-plugin

Offical repo is here; Please raise PRs here https://github.com/jenkinsci/stash-pullrequest-builder-plugin