Activity log for bug #1500898

Date Who What changed Old value New value Message
2015-09-29 14:11:33 george bug added bug
2015-09-29 14:21:13 george summary create_node() raise HTTP Error 400 Bad Request create_node() raises HTTP Error 400 Bad Request
2015-09-29 14:21:28 george description after update to version 0.4.9 create_node() function raise error >>> j.create_node(name="testest",numExecutors=1,nodeDescription='',remoteFS="/home/vagrant/jenkins") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\site-packages\jenkins\__init__.py", line 1156, in create_node self._build_url(CREATE_NODE, params), b'')) File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\site-packages\jenkins\__init__.py", line 341, in jenkins_open response = urlopen(req, timeout=self.timeout).read() File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\urllib\request.py", line 162, in urlopen return opener.open(url, data, timeout) File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\urllib\request.py", line 471, in open response = meth(req, response) File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\urllib\request.py", line 581, in http_response 'http', request, response, code, msg, hdrs) File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\urllib\request.py", line 509, in error return self._call_chain(*args) File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\urllib\request.py", line 443, in _call_chain result = func(*args) File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\urllib\request.py", line 589, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 400: Bad Request after update to version 0.4.9 create_node() function raises error >>> j.create_node(name="testest",numExecutors=1,nodeDescription='',remoteFS="/home/vagrant/jenkins") Traceback (most recent call last):   File "<stdin>", line 1, in <module>   File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\site-packages\jenkins\__init__.py", line 1156, in create_node     self._build_url(CREATE_NODE, params), b''))   File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\site-packages\jenkins\__init__.py", line 341, in jenkins_open     response = urlopen(req, timeout=self.timeout).read()   File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\urllib\request.py", line 162, in urlopen     return opener.open(url, data, timeout)   File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\urllib\request.py", line 471, in open     response = meth(req, response)   File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\urllib\request.py", line 581, in http_response     'http', request, response, code, msg, hdrs)   File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\urllib\request.py", line 509, in error     return self._call_chain(*args)   File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\urllib\request.py", line 443, in _call_chain     result = func(*args)   File "C:\Users\galexandrov\AppData\Local\Programs\Python\Python35\lib\urllib\request.py", line 589, in http_error_default     raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 400: Bad Request
2015-11-03 15:25:52 Dan Watkins python-jenkins: status New Confirmed
2015-12-08 09:53:53 OpenStack Infra python-jenkins: status Confirmed In Progress
2015-12-08 09:53:53 OpenStack Infra python-jenkins: assignee Dong Ma (larainema)
2015-12-14 16:32:55 OpenStack Infra python-jenkins: status In Progress Fix Released