I am using BitBucket pipelines API to pass on multiple variables to the Pipeline job. These variables are dynamic in nature and cannot be guessed. Is there a way to capture these variables using BitBucket default variables.
To make the request clear, I've also added a screenshot of the variables I am trying to capture with a generic variable.
As a workaround, I can prefix the variables with something and capture those in my scripts but looking for something which is a bit more elegant :)
If this feature is not present at the moment, can someone please take this as a feature request?