+1
Amazing how many basic features which are staples of CI/CD development are just not allowed, or a limitation, or totally impossible in Bitbucket pipelines. Do Atlassian realise that their main competititors in this space i.e. GitHub/GitLab are totally blowing Bitbucket pipelines in the middle of last decade. This ticket and dozen or so other tickets to allow for basic stuff, like variablising deployment variables, allowing conditional steps, deployments with parallel steps, more than one step with a deployment in a stage and other very simple capabilities to implement is really hindering the ability for engineers to use Bitbucket pipelines properly. These tickets have been open for literally years, with no updates, no comments from anyone at Atlassian and it's very poor.
+1 for this being a really useful feature. I have a BB pipeline that has one task that runs for 15 mins and a few others that are a few minutes apiece and have dependencies to run in a certain order. To complicate things, they also run on different container images. It would be nice to turn the few steps into a stage and be able to run it in parallel with the other stage.