The project is build to setup branch permission in each every repository of bitbucket workspace.
Project is built completely using bash script, bitbucket api and jenkins (for automation using cron)
Branch permissions allow you to control the actions users can perform on a single branch, branch type, or branch pattern within a repository. ... are used to limit branch access to specific people, or services, that still need write access to the project or repository.
- Set branch permission to all bitbucket repositories with single build
- Can be integrated with Jenkins for CI/CD
Manshu Sharma