Skip to content

Commit da654ef

Browse files
committed
junit-annotate plugin appears to be broken?
1 parent af4fd3c commit da654ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ steps:
2020
artifact_paths: "./junit-output/junit-*.xml"
2121
- wait: ~
2222
continue_on_failure: true
23-
- label: "Test results"
23+
- label: ":junit: Test results"
2424
plugins:
25-
- junit-annotate#v2.4.1:
26-
artifacts: "junit-output/*.xml"
25+
- junit-annotate#v1.9.0:
26+
artifacts: "junit-output/junit-*.xml"
2727
job-uuid-file-pattern: 'junit-(.*).xml'
2828
fail-build-on-error: true

0 commit comments

Comments
 (0)