jenkinsci / jenkinsci/github-autostatus-plugin
Posting status to a measurement with exception message when exception is thrown out of node
Open
- Dominant language
- Java
- Stars
- 58
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
The plugin generates a lot of junk when any command generates exception out of node construction. It is creating a measurement with an exception message instead of writing to `job` or `stage` measurement.
Steps to reproduce:
1. Configure connection to InfluxDB
2. Crete a pipeline job
3. Generate an exception not wrapping it in `node() {...}` or `stage() {...}`
4. The plugin creates a measurement with the name of exception message
Contributor guide
Assessment
This issue has not been assessed yet.