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

getting JWT token fails if URL contains non default port number #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zeroflag
Copy link

For example when using an url like http://jenkins.myhost:8080 it will try to get the JWT token from http://jenkins.myhost. It seems to be a problem with JcJenkinsClient>>getRootOfUrl which swallows the port number.

I tested it with an explicit port, plus a http url without a port, plus an https url without a port.

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

Successfully merging this pull request may close these issues.

1 participant