我想在 api 使用 shell 脚本的帮助下删除存储库中的特定分支
我已经查看了官方文件https://docs.atlassian.com/bitbucket-server/rest/4.14.4/bitbucket-branch-rest.html其中包含用于删除存储库的所有分支但不删除存储库中的特定分支的 api 详细信息
答案1
得到答案了,下面是api
{bitbucket_url}/rest/branch-utils/1.0/projects/{project_name}/repos/{repo_name}/branches -H "content-type: application/json" -d "{"name": "{branch_name}" , “dryRun”:假}”