How do i make input step prompt first?

I still a novice in buildkite could not find how to do this:? Also how to limit input-step fields to number only

1 Like

I don’t believe you can. Everything is stored as a string. One option would be using select rather than text as the input type. Input Step | Buildkite Documentation

You can do validation on the input value after it has been entered and fail if it is not parsable as a number.

I was wondering how to make input step to window prompt when i manually create build in buildkite
image

I want to go like a javascript window prompt

Hey @Joe we don’t support the native JS prompt style. We’ve added our own input box that better suits the rest of the design of our site.

And for the validation, @iammcgaber is right, you would have to do that in a subsequent step before using the value