-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
37 lines (37 loc) · 752 Bytes
/
plugin.yml
File metadata and controls
37 lines (37 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Junit Annotate
description: Annotates your build using JUnit XML reports
author: https://github.com/buildkite
requirements:
- docker
configuration:
properties:
artifacts:
type: string
always-annotate:
type: boolean
context:
type: string
failure-format:
type: string
enum:
- classname
- file
fail-build-on-error:
type: boolean
failed-download-exit-code:
type: integer
job-uuid-file-pattern:
type: string
min-tests:
type: integer
report-skipped:
type: boolean
report-slowest:
type: integer
ruby-image:
type: string
run-in-docker:
type: boolean
required:
- artifacts
additionalProperties: false