joshdholtz / jenkins-slack-command

Start a build in Jenkins using a Slack Command
MIT License
54 stars 17 forks source link

Not able to login to Jenkins with Google Authentication #4

Open vighneshpai-CT opened 6 years ago

vighneshpai-CT commented 6 years ago

The server throuws an error for the jenkins url which is set like this:

https://myname@mydomain.com:mypasstoken@myjenkins.url.goes.here/

I think the @ in email id is causing the problem. Is there any way i can avoid that and get an user id or something?

joshdholtz commented 6 years ago

@vighneshpai-yml I don't think basic auth usernames can have a "@" in it. This looks to be an issue an issue with your configuration that isn't related to this project 😊

bhutkovskyysos commented 6 years ago

I had the same issue. Try using "%40" instead of "@" in the URL.

vighneshpai-CT commented 6 years ago

you can close this issue. It was my configuration problem. Thanks @joshdholtz and @bhutkovskyy.