jenkinsci / jenkinsci/http-request-plugin
[JENKINS-66469] Operability : Missing URL target details when exception raised
- Dominant language
- Java
- Stars
- 176
- Forks
- 158
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 3
Description
Improve operability :
When httprequest fails to perform (like receiving HTTP 500)
We do have proper exception but are missing the current URL details.
This is problematic and slow down investigation when dealing with pipeline doing many distincts httpcall (we often need to reverse engineer the pipeline to understand what was the target of the missed call)
This US is about complementing the exception text along with the current URL.
Tentative resolution PR provided as https://github.com/jenkinsci/http-request-plugin/pull/74
---
Originally reported by jsearby, imported from: Operability : Missing URL target details when exception raised
janario
Raw content of original issue
Improve operability :
When httprequest fails to perform (like receiving HTTP 500)
We do have proper exception but are missing the current URL details.
This is problematic and slow down investigation when dealing with pipeline doing many distincts httpcall (we often need to reverse engineer the pipeline to understand what was the target of the missed call)
This US is about complementing the exception text along with the current URL.
Tentative resolution PR provided as https://github.com/jenkinsci/http-request-plugin/pull/74
Contributor guide
Assessment
This issue has not been assessed yet.