bitbucket-branch-source-plugin
bitbucket-branch-source-plugin copied to clipboard
In case of slow network, you can increase socket timeout
In case of slow network, you can increase socket timeout
Your checklist for this pull request
- [x] Make sure you are requesting to pull a topic/feature/bugfix branch (right side) and not your master branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub or in Jenkins JIRA
- [x] Link to relevant pull requests, esp. upstream and downstream changes
- [x ] Did you provide a test-case? That demonstrates feature works or fixes the issue.
It might be better to include the name of the plugin in the names of the system properties, to reduce the risk of conflicts. If another plugin or library uses e.g. the http.connect.timeout
name, then the property probably has a similar effect, but the unit of time might still be different.
Isn't this a duplicate of #292?
Right. Already committed: https://github.com/jenkinsci/bitbucket-branch-source-plugin/blob/800.va_b_b_9a_a_5035c1/src/main/java/com/cloudbees/jenkins/plugins/bitbucket/server/client/BitbucketServerAPIClient.java#L948-L955
closing in favor of https://github.com/jenkinsci/bitbucket-branch-source-plugin/pull/709