Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy not used for getVersions #385

Closed
3 tasks done
outbreaker opened this issue Oct 26, 2021 · 0 comments · Fixed by #386
Closed
3 tasks done

Proxy not used for getVersions #385

outbreaker opened this issue Oct 26, 2021 · 0 comments · Fixed by #386
Labels
bug Release Drafter label

Comments

@outbreaker
Copy link
Contributor

  • Jenkins version
  • Plugin version
  • OS

Reproduction steps

Jenkins version: 2.303.2
Plugin version: 3.6
OS: Windows

Environment with Company Proxy. Proxy configured on Jenkins. Connection check to Jira works on Jenkins Settings Page but at runtime failed to get Versions from Jira.

Results

Expected result:

The Plugin gets the Versions from Jira

Actual result:

hudson.plugins.jira.JiraSite.createSession creating Jira Session: https://*****/ hudson.plugins.jira.JiraRestService.getVersions Jira REST client get versions error. cause: Connect to ******:443 [*****/*.*.*.*] failed: Connection timed out: connect

Solution:

use Proxy at JiraRestService for buildGetRequest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Release Drafter label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant