Post webhook after build started
complete
S
Sandy Maddy
Currently the webhook is sent afterbuild finished. is there a way to get when build started too so we can show progress bar or something on our side
something like whats asked here https://discuss.circleci.com/t/build-webhook-notifications-for-starting-a-build-and-for-each-step-as-it-goes/5500
similar thread that was closed https://discuss.circleci.com/t/send-webhook-notification-on-build-start/2995
CCI-I-525
Nathan Fish
complete
S
Sandy Maddy
workaround from support:
Currently we do not support sending a webhook notification at any point other than when the build is finished. If you could submit it as a feature idea here, our engineering team could consider it.
One workaround could be to implement it yourself as a "run" step inserted between various steps of your build to report on the build progress.