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 e0ccf15 commit 1befc4aCopy full SHA for 1befc4a
plugin.yml
@@ -0,0 +1,14 @@
1
+name: junit-annotate
2
+description: Annotates your build using JUnit XML reports
3
+author: github.com/buildkite
4
+requirements:
5
+ - docker
6
+schema:
7
+ properties:
8
+ artifacts:
9
+ type: string
10
+ job-uuid-file-pattern:
11
12
+ required:
13
+ - artifacts
14
+ additionalProperties: false
schema.yml
0 commit comments