We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c951e commit e80aae0Copy full SHA for e80aae0
1 file changed
plugin.yml
@@ -1,14 +1,16 @@
1
-name: Buildkite Plugin
2
-description: Exceptional functionality
+name: Bazel BEP Annotator
+description: Creates Buildkite annotations from Bazel Event Protocol output
3
author: https://github.com/buildkite-plugins
4
requirements:
5
- bash
6
+ - jq
7
+ - bc
8
configuration:
9
properties:
- mandatory:
10
+ bep_file:
11
type: string
- optional:
12
+ bazel_command:
13
- required:
- - mandatory
14
+ skip_if_no_bep:
15
+ type: boolean
16
additionalProperties: false
0 commit comments