bitbucket-branch-source-plugin icon indicating copy to clipboard operation
bitbucket-branch-source-plugin copied to clipboard

In case of slow network, you can increase socket timeout

Open AlbanAndrieu opened this issue 2 years ago • 1 comments

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.

AlbanAndrieu avatar May 19 '22 20:05 AlbanAndrieu

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.

KalleOlaviNiemitalo avatar May 19 '22 21:05 KalleOlaviNiemitalo

Isn't this a duplicate of #292?

duemir avatar May 26 '23 05:05 duemir

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

Dohbedoh avatar May 29 '23 01:05 Dohbedoh

closing in favor of https://github.com/jenkinsci/bitbucket-branch-source-plugin/pull/709

lifeofguenter avatar May 30 '23 08:05 lifeofguenter