Bitbucket -> not triggering build
Looks like Bitbucket upgraded some things in recent days, and I had to recreate some of my webhooks from other services.
But, I'm not getting any new builds with recent Bitbucket commits, and wondering if it's related to their IP ranges? I saw an older issue here related to that.
131.103.20.160/27
165.254.145.0/26
104.192.143.0/24
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

1 Posted by kirk.marple on 22 Oct, 2015 01:06 AM
Ah sorry, should have checked Bitbucket first. They are having issues with webhooks;
http://status.bitbucket.org/
kirk.marple closed this discussion on 22 Oct, 2015 01:06 AM.
kirk.marple re-opened this discussion on 23 Oct, 2015 08:41 PM
2 Posted by kirk.marple on 23 Oct, 2015 08:42 PM
OK, Bitbucket is back up, but I'm still not getting auto-triggered builds now on Appveyor.
Is there anything I can do to try and re-initialize the connection between Bitbucket and Appveyor?
Kicking off manual build does work, and properly authenticates back to Bitbucket.
Is it a webhook on the Bitbucket side or Appveyor side which kicks off automatic builds?
Thanks,
Kirk
Support Staff 3 Posted by Feodor Fitsner on 23 Oct, 2015 08:44 PM
What kind of webhook have you configured on BitBucket? Could you drop a screenshot?
4 Posted by kirk.marple on 23 Oct, 2015 08:46 PM
Looks like I lost my webhook on the Bitbucket side. There's none there now.
Is there a Appveyor doc on what URL to configure to set that back up again?
Support Staff 5 Posted by Feodor Fitsner on 23 Oct, 2015 08:47 PM
Webhook URL can be found on General tab of project settings.
On BitBucket side you should go to repo settings, then "Services" and a new POST service.
6 Posted by kirk.marple on 23 Oct, 2015 09:35 PM
Ah, got it, thanks. Bitbucket is migrating over to Webhooks from Services it appears.
https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html
When trying to use their Webhook, it's getting an HTTP 400 calling over to Appveyor.
URL: https://ci.appveyor.com/api/bitbucket/webhook?id=rqw043mnt49jnaug
Triggers: repo:push
Support Staff 7 Posted by Feodor Fitsner on 23 Oct, 2015 10:03 PM
Yeah, their webhooks 2.0 are not supported yet on AppVeyor side.
8 Posted by kirk.marple on 23 Oct, 2015 10:36 PM
Ah, OK. I have this working again now the the services model, thanks.
kirk.marple closed this discussion on 23 Oct, 2015 10:36 PM.