I would like to set the MY_ENV environment variable using the passed in parameters as shown above. So if NUM = 15, then MY_ENV would end up being the value of MY_15_ENV, which I’ve set in the environment variables page.
Regardless of all of the iterations that I’ve tried, I always receive this error.
How are you trying to trigger this? Are you trying to pass pipeline parameters when triggering through the API? You need to add parameters using the top level parameters key. Then you can use the example in the docs to trigger jobs and pass data into the defined parameters.