File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - label : " :sparkles: Lint"
99 plugins :
1010 - plugin-linter#v3.3.0:
11- id : mcncl/ bazel-annotate
11+ id : bazel-annotate
1212
1313 - label : " :shell: Shellcheck"
1414 plugins :
Original file line number Diff line number Diff line change 4141 command : |
4242 bazel build //... --build_event_json_file=bazel-events.json
4343 plugins :
44- - mcncl/ bazel-annotate#v0.1.0:
44+ - bazel-annotate#v0.1.0:
4545 bep_file : bazel-events.json
4646` ` `
4747
5555 # Command might not produce a BEP file
5656 bazel build //...
5757 plugins :
58- - mcncl/ bazel-annotate#v0.1.0:
58+ - bazel-annotate#v0.1.0:
5959 skip_if_no_bep : true
6060` ` `
6161
6969 command : |
7070 bazel test //... --build_event_json_file=bazel-test-events.json
7171 plugins :
72- - mcncl/ bazel-annotate#v0.1.0:
72+ - bazel-annotate#v0.1.0:
7373 bep_file : bazel-test-events.json
7474` ` `
7575
8282 cd my-workspace
8383 bazel build //... --build_event_json_file=bazel-events.json
8484 plugins :
85- - mcncl/ bazel-annotate#v0.1.0:
85+ - bazel-annotate#v0.1.0:
8686 bep_file : my-workspace/bazel-events.json
8787` ` `
8888
Original file line number Diff line number Diff line change 11name : Bazel BEP Annotate
22description : Creates Buildkite annotations from Bazel Event Protocol output
3- author : https://github.com/buildkite-plugins
3+ author : https://github.com/mcncl
44requirements :
55 - bash
66 - jq
You can’t perform that action at this time.
0 commit comments