buildkite / feedback

Got feedback? Please let us know!
https://buildkite.com
25 stars 24 forks source link

Invoke web hook on pipeline upload #250

Open jnewbigin opened 7 years ago

jnewbigin commented 7 years ago

I am using a web hook which processes build.scheduled and can scale up a build server for the queue(s) specified in the steps which exist in the pipeline.

If however, the pipeline is modified with buildkite-agent pipeline upload, no web hook (at least that I can find) is invoked. If a new step uses a new queue, I am unable to catch and process that request.

It would be great if there was a web hook which was called when the pipeline is changed.