我使用bitbucket云,没有配置选项来更改Jenkins > Configure System > Bitbucket Endpoints: Bitbucket Cloud
中的端口
它会自动在仓库中创建如下所示的网络钩子:
https://myserver.mydom.com/bitbucket-scmsource-hook/notify
我需要它来创建如下所示的网络钩子:
https://myserver.mydom.com:9999/bitbucket-scmsource-hook/notify
这可能吗?
答案 0 :(得分:1)
我相信Webhook的URL基于“詹金斯URL”(Jenkins URL)配置选项中设置的值。在Jenkins>配置系统> Jenkins位置> Jenkins URL中,将该URL更改为https://myserver.mydom.com:9999
。