I'm going to apologize in advance if someone's Google skills turn out to be better than mine (I swear I googled/searched for a couple hours before asking this)
My question is, does BitBucket CI/CD provide a sort of templating system for repeated steps?
In Gitlab CI/CD as an example you can have templates stored in a separate git repository, and then reference those templated steps, and just change pipeline variables as needed, this would be useful for steps like docker builds and things of that nature where we find ourselves repeating the same step boilerplate over and over.
Just for reference if this helps explain:
https://docs.gitlab.com/ee/development/cicd/templates.html
If referencing competing software is against the TOS, I again apologize in advance, I just think it helps explain what I'm trying to achieve.
I realize that Bitbucket provides "example templates" when setting up new pipelines, but that's not the same kind of templating I'm asking about here. This is more that you can reference an externally defined template containing steps in a separate repository.