bluzi/travis-buddy

Feature Request: a way to "grep" failure message for long logs

medyagh opened this issue · 1 comments

if the logs of a failed build is too long it just becomes broken and after you scroll down much you will just see empty spaces:
example:

kubernetes/minikube#5530 (comment)

I know I have seen this on github before, so it is a browser/github issue, however it would be nice to be able to configure travis-buddy to be able to grep for "Error or Failure"

I would rather see like 20 lines before and after "error" or "fail" words rather than 10000 lines of dependencies logs. (with ofcourse a link to the full log that if I wanna see the full)

Ah my bad I didn't check that this was already implemented by regex