dancryer / PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.
BSD 2-Clause "Simplified" License
2.42k stars 439 forks source link

Supporting new bitbuckets webhooks #1015

Open valentintorikian opened 9 years ago

valentintorikian commented 9 years ago

It seems that the the POST Services on bitbucket will soon be deprecated/disabled and we'll have to use the new Webhooks.

In the future, you will not be able to create POST or Pull Request POST services from this screen, as Bitbucket's new and improved webhooks will replace these services. Existing POST services will continue to function as expected for now. To create a new webhook, refer to the documentation for Bitbucket's updated webhooks .

Is the new Webhooks system in the work?

wodka commented 9 years ago

Hi, you can just copy over the file from the pull request -> then it will start working

clubdeuce commented 8 years ago

What is the status of this? I am currently using PHPCI 1.6.0 and it does not respond to Bitbucket POSTs.

rbaarsma commented 8 years ago

Using 1.7.0-beta-2 and support for bitbucket is gone, because the POSTs are no longer supported.

Please add the bitbucket webhooks support.