You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-19Lines changed: 2 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ A Buildkite plugin that creates rich annotations from Bazel Event Protocol (BEP)
10
10
- ✅ Displays build status with success/failure counts
11
11
- ⏱️ Shows test durations and highlights slow tests
12
12
- ❌ Provides detailed failure information with error logs
13
-
- 🔄 Automatically detects BEP files based on Bazel commands
13
+
- 🔄 Automatically detects BEP files at common locations
14
14
- 💡 Includes random developer wisdom quotes for inspiration
15
15
16
16
## Prerequisites
@@ -24,13 +24,7 @@ This plugin requires:
24
24
25
25
### `bep_file` (optional)
26
26
27
-
Path to the Bazel Event Protocol JSON file to parse. If not provided, the plugin will attempt to:
28
-
1. Extract it from the `bazel_command` if provided
29
-
2. Look for files at common locations (bazel-events.json, bazel-bep.json, bep.json)
30
-
31
-
### `bazel_command` (optional)
32
-
33
-
The original Bazel command that was run. This is used for display purposes and can also be used to extract the BEP file path if it contains a `--build_event_json_file` flag.
27
+
Path to the Bazel Event Protocol JSON file to parse. If not provided, the plugin will look for files at common locations (bazel-events.json, bazel-bep.json, bep.json).
0 commit comments