Skip to content

Commit

Permalink
[7.4.0] document --invocation_id (bazelbuild#23342)
Browse files Browse the repository at this point in the history
This flag is widely used to integrate Bazel with existing CI and a BES
service. Let's make sure that it's documented.

Closes bazelbuild#19703.

PiperOrigin-RevId: 661331479
Change-Id: Ifae2cfacb734170ebdd898f0c4ef30a80dcae94a

Commit
bazelbuild@bfe2683

Co-authored-by: Son Luong Ngoc <[email protected]>
  • Loading branch information
bazel-io and sluongng authored Aug 26, 2024
1 parent 20582e6 commit d131e38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public String getTypeDescription() {
name = "invocation_id",
defaultValue = "",
converter = UUIDConverter.class,
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
effectTags = {OptionEffectTag.BAZEL_MONITORING, OptionEffectTag.BAZEL_INTERNAL_CONFIGURATION},
help =
"Unique identifier, in UUID format, for the command being run. If explicitly specified"
Expand Down

0 comments on commit d131e38

Please sign in to comment.