g-io / BambooSimplifyErrorFilter

Published:

Version: 2020-08-11+b6ec311 updated

Summary: Simple filtering for ^error on Bamboo log website text to make searching for errors simpler.

License: MIT

There is one problem with Atlassian Bamboo and tools that emit messages to stderr (like terraform):
Every message to stderr will be prepended with "error", indicating the source stream.

If you are searching in some deployment log of multiple MB for some error because of failed build/deployment, this is less than optimal.

This userscript will replace any occurrence of ^error ("error" at the beginning of a line) with stderr.
This way, browser-searching the log for "error" makes sense again.

Rating: 0