Question about the internals of how Bamboo generates the first work in each line.
These appear to be categories.
I've seen:
What conditions does Bamboo use to determine what the label/category is prefixes to each line of the logs?
Hello @Sebastien Ashby
Welcome to Atlassian Community!
Bamboo uses different classes to define log strategies:
Sincerely,
Eduardo Alvarenga
Atlassian Support APAC
--please don't forget to Accept the answer if the reply is helpful--
What conditions need to be met for a line to be considered a "Build errors"?
This aside from ouput not directed to STDOUT(file descriptor 1).
I can assume that STDERR(file descriptor 2) is one of them.
Another might be an exit code/status.
Anything else which directs a log entry to "ErrorLogEntry"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I get the impression that Bamboo is prefixing "error" for everything that returns a non zero exit code, which is often confusing, especially when one command results in many output lines.
For example if you use a Bamboo dockerized job and the image cannot be found locally, you get an "unable to find image locally" and each pulled layer is prefixed with "error"
If you use a tool that gives a warning "using version x.y.z but version a.b.c is available" the same thing. I was hoping to get a bit more control about what Bamboo is prefixing as error, and now it seems a bit "black and white" making almost everything an error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.