docs icon indicating copy to clipboard operation
docs copied to clipboard

Annotations priority docs

Open matthewborden opened this issue 1 year ago • 1 comments

Recently we've introduced the ability to control the ordering of build annotations using priority, a customer provided ordering. Priority is an integer value from 1 to 10 with 10 being the highest and 1 being the lowest. Annotations are ordered by priority then by the most recently created at annotation first.

This updates the Agent CLI docs with the new buildkite-agent annotate --priority 10 flag, and also updates the REST API docs to include the field when creating and reading annotations for a build.

matthewborden avatar Feb 29 '24 04:02 matthewborden

Preview URL: https://2683--bk-docs-preview.netlify.app

buildkite-docs-bot avatar Feb 29 '24 04:02 buildkite-docs-bot