-
Suggestion
-
Resolution: Unresolved
-
None
The stages feature in Bitbucket pipelines does not allow manual triggers for a step in a stage at the moment as mentioned in the limitations section
A stage can't contain manually triggered steps, but you can configure a stage to be manually triggered.
The request is to allow the manual triggers for a step in a stage.
Be aware that there are several consciences of having manual triggers inside a stage:
- Partially completed deployment stages can't be continued if another change was subsequently deployed to the same environment. It means that a manual step inside a stage can't be triggered if another pipeline is deployed to the same environment.
- On a stage redeploy manual steps won't be taken into account.
f9c8253b49c3
I wrote an article on this.
https://medium.com/@jedfra6/how-i-finally-solved-cicd-in-bitbucket-after-2-years-of-trying-080e2159a798
Since that time I also solved an issue with admin checks for specific jobs, which is great.
Would I prefer to have all that ootb in Bitbucket - for sure. But I'm happy at least I have tools at hand to help me go forward