Is there any possible solution if i want to dynamically change the step name during the custom pipeline. I try variable calling on the step name but it does not work.
Thanks in advance.
How to change the name of the step above dynamically using variables? Is it possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for reaching out to the community.
Unfortunately, it is not possible to use a dynamic step name in Bitbucket Cloud Pipelines (including the use of an environment variable for a step name).
We do have a similar existing feature request for it that can be located through this link. - https://jira.atlassian.com/browse/BCLOUD-21026
You can upvote and watch it for now so that you'll be notified of any updates from our team when the feature becomes available on Bitbucket Cloud.
As a workaround, you can use the YAML anchors to override a step name from your custom step.
Hope it helps and let me know if you have further questions.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.