docs
docs copied to clipboard
How can we get the value of user input
Hi @rajat2911, do you mean the value from an input step? If so, you can access it in a Bash script as follows:
INPUT_VALUE=$(buildkite-agent meta-data get <input_key>)
If you need more help, I recommend you reach out to support or post on the forum. 😊