File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ RUBY_IMAGE="${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_RUBY_IMAGE:-ruby:3.1-alpine@sha256
1414artifacts_dir=" $( pwd) /$( mktemp -d " junit-annotate-plugin-artifacts-tmp.XXXXXXXXXX" ) "
1515annotation_dir=" $( pwd) /$( mktemp -d " junit-annotate-plugin-annotation-tmp.XXXXXXXXXX" ) "
1616failures_file_path=" ./failures_artifacts_names.txt"
17+ processing_annotation_path=" ./processing_annotation.md"
1718annotation_path=" ${annotation_dir} /annotation.md"
1819annotation_style=" info"
1920fail_build=0
@@ -96,7 +97,8 @@ elif [[ $exit_code -ne 0 ]]; then
9697fi
9798
9899cat " $annotation_path "
99- buildkite-agent artifact upload " ${annotation_path} "
100+ cat " $annotation_path " > " $processing_annotation_path "
101+ buildkite-agent artifact upload " ${processing_annotation_path} "
100102
101103if [ $has_errors -eq 0 ]; then
102104 # done in nested if to simplify outer conditions
You can’t perform that action at this time.
0 commit comments