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 cd0a7a8 commit 3e9501aCopy full SHA for 3e9501a
hooks/command
@@ -61,7 +61,6 @@ if grep -q "<details>" "$annotation_path"; then
61
echo "--- :warning: Failures too large to annotate"
62
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