Skip to content

Commit e80aae0

Browse files
committed
🎉 Add a correct plugin.yml
1 parent c6c951e commit e80aae0

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

plugin.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
name: Buildkite Plugin
2-
description: Exceptional functionality
1+
name: Bazel BEP Annotator
2+
description: Creates Buildkite annotations from Bazel Event Protocol output
33
author: https://github.com/buildkite-plugins
44
requirements:
55
- bash
6+
- jq
7+
- bc
68
configuration:
79
properties:
8-
mandatory:
10+
bep_file:
911
type: string
10-
optional:
12+
bazel_command:
1113
type: string
12-
required:
13-
- mandatory
14+
skip_if_no_bep:
15+
type: boolean
1416
additionalProperties: false

0 commit comments

Comments
 (0)