get_jobs fails when space in folder name
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python Jenkins |
Fix Released
|
Undecided
|
Andrew Mellen |
Bug Description
With cloudbees folders if you have a folder with a space in it, you will get the following error
>>> server = jenkins.Jenkins('http://
>>> server.
Traceback (most recent call last):
File "/Library/
Request(
File "/Library/
response = urlopen(req, timeout=
File "/Library/
return opener.open(url, data, timeout)
File "/Library/
response = meth(req, response)
File "/Library/
'http', request, response, code, msg, hdrs)
File "/Library/
return self._call_
File "/Library/
result = func(*args)
File "/Library/
raise HTTPError(
urllib.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/
return self.get_
File "/Library/
query=
File "/Library/
% self.server)
jenkins.
Changed in python-jenkins: | |
assignee: | nobody → Andrew Mellen (mellena1) |
I have a fix for this, but I'm having trouble using tox to test it. I've never contributed on OpenStack projects before so I'm a bit out of my element.