PHPCI
PHPCI copied to clipboard
Intent to implement: Hooks for the build
I'm started to implement the #1178 (an integration with gitlab build status API), but thinking again, it will be better if instead to have an specific integration, the user could integrates with any HTTP API. So I'm planning to implement a place where the user can put URL address that will be fired in every build update: created, started to run, canceled, success and failed.
👍I do like the idea of having a created and cancelled stage, although not sure how you'd do the created as obviously PHPCI won't have the phpci.yml
until it has cloned the repository which doesn't happen until it starts to run
I'm planning to do this hooks on the interface instead of the phpci.yml file.
👍👍 absolut nice feature push
I would really like this! 👍 Are there still plans for a custom integration? Could you need any help?