Buildkite Changelog

What’s new and updated in Buildkite


Job Priority Attribute for Pipeline Steps

Posted September 23, 2021 by Libby

For teams running a lot of jobs who want more control over what order their jobs run in, we've introduced the Job Priority attribute to specify its priority within its queue. πŸ™‹πŸ»β€β™€οΈ

It's a new attribute defined on a step in the pipeline configuration that changes how the dispatcher assigns work to agents. The higher the value you set for priority, the sooner a job will be prioritised. πŸ”

Our recently released Eager Concurrency feature can also be used in conjunction with Job Priority.

Feature