如何在BitBucket.org中配置webhook来触发TeamCity构建?
答案 0 :(得分:1)
使用TeamCity REST API:
Run build
权限在BitBucket上创建一个新的webhook到准备好的URL
http://username:password@teamcity.server.address/httpAuth/app/rest/vcs-root-instances/commitHookNotification?locator=vcsRoot:(type:jetbrains.git,count:99999),property:(name:url,value:bitbucket.org/bitbucketusername/repo.git,matchType:contains),count:99999
username
,password
替换为您刚刚创建的用户teamcity.server.address
,bitbucketusername
和repo
替换为您的回购价值,有关详细信息,请参阅文档:
答案 1 :(得分:-1)
使用TeamCity REST API:
哪里
My_VCS_ROOT_ID
是在TeamCity设置中定义的目标VCS根的ID。
关于Teamcity的文档有点难以阅读,但足够清楚https://confluence.jetbrains.com/display/TCD18/REST+API