agent
agent copied to clipboard
annotate - buildkite-agent: Argument list too long
Error happens when sending a long list (like 240 lines) of warnings to annotate
via
buildkite-agent annotate "${ANNOTATION}" --context "${CONTEXT}" --style $STYLE --append
Hi @amirrudd could you post an example of the error you are receiving?
Fixed the error by capping the number of error being send, So no access to error message any longer.
If you feel its hard to reproduce, feel free to close the ticket as it can be fixed by limiting the lines passed to annotate