'Is there any way to trigger bitbucket pipeline manually on feature branch for dev deployment?
Imagine that there are 3 developers in the team, A, B, and C. And we have 4 branches, develop, feature/A, feature/B, and feature/C. Additionally, feature/...(branch name) can be changed frequently per person. for example feature/A-1, A-2, ... because they merge their branch to develop and create a new branch.
Each person are want to deploy their own branch at the dev server for test. But they do not need to deploy not all commits(pushes). They want to deploy only when they are needed.
Is this possible?
At least I tried, I can trigger pipeline automatically by writing as feature/* on yaml file but I cannot find manual triggering on specific branch.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
