jenkinsci / jenkinsci/checks-api-plugin
Build log Output truncated. - print tail of log instead of head
Open
- Dominant language
- Java
- Stars
- 49
- Forks
- 32
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 5
Description
### Dependencies
### Feature Request
Our pipeline step prints a decent amount to the console logs:
```bash
wc ci_output/make.out
3186 25671 294530 ci_output/make.out
```
When it fails, the majority of _useful_ prints are at the end.
As an alternative, would it be possible to get publish the _tail_ of the Build log?
Ideally I'd like to see the full Build log, but I don't know the reason(s) why it is currently getting truncated or what the limit is (Jenkins vs GitHub restrictions/limitations?)
Contributor guide
Assessment
This issue has not been assessed yet.