Merge lp://staging/~ramy-asselin/python-jenkins/python-jenkins into lp://staging/~python-jenkins-developers/python-jenkins/trunk
Proposed by
Ramy Asselin
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~ramy-asselin/python-jenkins/python-jenkins |
Merge into: | lp://staging/~python-jenkins-developers/python-jenkins/trunk |
Diff against target: |
15 lines (+3/-1) 1 file modified
jenkins/__init__.py (+3/-1) |
To merge this branch: | bzr merge lp://staging/~ramy-asselin/python-jenkins/python-jenkins |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James E. Blair | Pending | ||
Review via email: mp+215063@code.staging.launchpad.net |
Description of the change
Add more details to jenkins_open HTTP errors.
Currently jenkins_open assumes errors to be authentication.
In some cases, it is a real 500 error which include a java stack trace.
Update the exception to include the full contents of the http error
response to aid in corrective action.
To post a comment you must log in.
Unmerged revisions
- 23. By Ramy Asselin
-
Add more details to jenkins_open HTTP errors.
Currently jenkins_open assumes errors to be authentication.
In some cases, it is a real 500 error which include a java stack trace.
Update the exception to include the full contents of the http error
response to aid in corrective action.