python-jenkins-developers team mailing list archive
-
python-jenkins-developers team
-
Mailing list archive
-
Message #00241
[Bug 1513283] Re: The API "reconfig_job" exception
Sorry I forget to tell the version which is 0.4.3.
--
You received this bug notification because you are a member of Python
Jenkins Developers, which is subscribed to Python Jenkins.
https://bugs.launchpad.net/bugs/1513283
Title:
The API "reconfig_job" exception
Status in Python Jenkins:
New
Bug description:
When I use the api reconfig_job, a exception occurs. The infomation as
follow.
reconfig_url(): http://10.63.220.10:8080/jenkins/job/reconfig_debug/config.xml
Traceback (most recent call last):
File "c:\Python33\lib\site-packages\jenkins\__init__.py", line 341, in jenkins_open
response = urlopen(req, timeout=self.timeout).read()
File "c:\Python33\lib\urllib\request.py", line 163, in urlopen
return opener.open(url, data, timeout)
File "c:\Python33\lib\urllib\request.py", line 482, in open
response = meth(req, response)
File "c:\Python33\lib\urllib\request.py", line 594, in http_response
'http', request, response, code, msg, hdrs)
File "c:\Python33\lib\urllib\request.py", line 520, in error
return self._call_chain(*args)
File "c:\Python33\lib\urllib\request.py", line 454, in _call_chain
result = func(*args)
File "c:\Python33\lib\urllib\request.py", line 602, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
From the exception information, it seems the API fails to access server. But other APIs work well.
I can't figure out what's the cause. Can anyone help me out. Thank you in advance.
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-jenkins/+bug/1513283/+subscriptions
References