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 ff20959 commit 6faa1b8Copy full SHA for 6faa1b8
.buildkite/pipeline.yml
@@ -37,12 +37,14 @@ steps:
37
allow_failure: true
38
39
- label: ":junit: Junit annotate"
40
+ agents:
41
+ # requires at least "bash", "curl" and "git"
42
+ image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
43
plugins:
- - junit-annotate#v2.4.1:
44
+ - junit-annotate#v2.7.0:
45
artifacts: "junit-*.xml"
46
fail-build-on-error: true
- agents:
- provider: "gcp" #junit plugin requires docker
47
+ run-in-docker: false
48
depends_on:
49
- step: "prepare-report"
50
0 commit comments