#4120 pagure_ci broken for urls with password and/or port
Closed: Fixed 5 years ago by pingou. Opened 5 years ago by kordex.

URL of the following type causes pagure_ci to emit error message.

https://pagure:passwd@jenkins.domain.tld:443/jenkins/ 
[INFO] pagure.lib.lib_ci: Pagure-CI:An error occured: Error in request: [Errno -2] Name or service not known

https://python-jenkins.readthedocs.io/en/latest/api.html
jenkins.Jenkins(url, username=None, password=None, timeout=<object object>, resolve=True)

lib_ci.py:L143

however this used to work with pagure 3.13

Metadata Update from @pingou:
- Issue tagged with: bug, pagure-ci

5 years ago

Metadata Update from @pingou:
- Issue set to the milestone: 5.4

5 years ago

At this point 5.4 is around the corner and I will not have time to work on this. Postponing to 5.5

Metadata Update from @pingou:
- Issue set to the milestone: 5.5 (was: 5.4)

5 years ago

May i propose a per namespace credential store as with jenkins when using Folders plugin? there we would be able to store all the passwords such like this as well.

Metadata Update from @pingou:
- Issue assigned to pingou

5 years ago

thank you, this is really awesome!

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #4364 Merged 5 years ago