Bitbucket groovy conditional script

半腔热情 提交于 2019-12-11 18:06:29

问题


Team - I like to enable one condition to restrict pull request in bitbucket.

Condition - The feature branch should always merge into develop and pre-prod branch before raise pull request to release. If condition fails then it shouldn't allow user to raise pull request.

We are new to bitbucket and groovy. Hence, like to know where and how can we achieve this task using script runner in bitbucket.

Appreciate any help. Thanks

来源:https://stackoverflow.com/questions/54788007/bitbucket-groovy-conditional-script

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!