gpt4 book ai didi

teamcity - 如何让 BitBucket.org 提交触发 TeamCity 构建?

转载 作者:行者123 更新时间:2023-12-03 16:14:52 28 4
gpt4 key购买 nike

如何在 BitBucket.org 中配置 webhooks 以触发 TeamCity 构建?

最佳答案

使用 TeamCity REST API:

  • 使用 Run build 在您的 TeamCity 服务器上创建一个用户权限
  • 在 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 , bitbucketusernamerepo与您的 repo 值(value),

  • 有关更多信息,请参阅文档:
  • https://confluence.jetbrains.com/display/TCD10/REST+API#RESTAPI-VCSrootinstancelocator
  • https://confluence.jetbrains.com/display/TCD10/Accessing+Server+by+HTTP
  • 关于teamcity - 如何让 BitBucket.org 提交触发 TeamCity 构建?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47629480/

    28 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com