I would like to use matrix to initiate a build for a number of options. But I would like to present them in form of UI select boxes as well using which user can filter? Is there an easy way that I can present the values of matrix as select boxes?
Hi @nagarwal,
Welcome to the Buildkite Support Community!
You can use our input steps to define the UI select boxes with the matrix values defined as select input attributes. However, when building your matrix step, you would have to generate that step via script and define the matrix attributes based on what is selected from the input step. Currently there is no other straightforward way to do this.
Hope this helps.
Cheers!