We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214ea6b commit e54fda8Copy full SHA for e54fda8
hooks/command
@@ -59,7 +59,9 @@ cat "$annotation_path"
59
if grep -q "<details>" "$annotation_path"; then
60
if ! check_size; then
61
echo "--- :warning: Failures too large to annotate"
62
- echo "The failures are too large to create a build annotation. Please inspect the failed JUnit artifacts manually."
+ msg="The failures are too large to create a build annotation. Please inspect the failed JUnit artifacts manually."
63
+ echo "$msg"
64
+ echo "$msg" | buildkite-agent annotate --context "${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_CONTEXT:-junit}" --style "$annotation_style"
65
else
66
echo "--- :buildkite: Creating annotation"
67
# shellcheck disable=SC2002
0 commit comments