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 20558a8 commit b7f794bCopy full SHA for b7f794b
.buildkite/pipeline.yml
@@ -71,12 +71,14 @@ steps:
71
- "junit-*.xml"
72
73
- label: ":junit: Junit annotate"
74
+ agents:
75
+ # requires at least "bash", "curl" and "git"
76
+ image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
77
plugins:
- - junit-annotate#v2.4.1:
78
+ - junit-annotate#v2.7.0:
79
artifacts: "junit-*.xml"
80
fail-build-on-error: true
- agents:
- provider: "gcp" #junit plugin requires docker
81
+ run-in-docker: false
82
depends_on:
83
- step: "test-lin"
84
allow_failure: true
0 commit comments