-
Suggestion
-
Resolution: Unresolved
-
3
-
Add "before_script" keyword to pipelines like in gitlab-ci.
Should contains the list of Bash commands that are executed in sequence on zero step, before everything.
Add "before_script" keyword to pipelines like in gitlab-ci.
Should contains the list of Bash commands that are executed in sequence on zero step, before everything.
This ticket really made me realize Bitbucket has no grasp of its competition. When you create a product, you test why your competition is better and adapt. Bitbucket pipelines not only miss basic capabilities, but they haven't even adapted to be something different or new. It seems like they're just scraping by knowing that they don't make a good product. before_script in gitlab ci is such a basic function (that helps a ton in my terraform pipelines in gitlab). Without this feature, pipeline code isn't DRY (don't repeat yourself) and comes down to editing the same line in 15 different places when I want to make a change.