Hey,
why is nobody from circleci responding to questions about notifications via circle.yml:
Hi,
There are a number of posts around the around specifying a branch with the notify feature some say this works with 2.0 others say it doesn’t.
I’m seeing the following reporting via the webhook url all jobs and branches
notify:
webhooks:
- url: http://example-webook-url-endpoint
branches:
only:
- master
I have also tried using:
notify:
webhooks:
- url: http://example-webook-url-endpoint
experimental:
notify:
branches:
only:
- develop
Again th…
After implementing workflows to get deploy working in 2.0, every push results in two notifications: the build job & the deploy job. Even better, if the deploy job is failing, the next build job will send out ‘Fixed!’ notification, only to be followed by ‘uh-oh’ a few minutes later.
Fixed!
Uh-oh!
Fixed!
Uh-oh!
Is there a way to get notification on the workflow, instead of each job within the workflow?
The official documentation did not say anything. Why is it removed in 2.0? Will it come back?
juanca
November 14, 2018, 6:12pm
2
We had notifications working in 2.0 for a few months.
We just migrated to 2.1 and the notifications are also working. There was a couple of weeks of 0 notifications but I’m assuming it had to do with the 2.1 release.
The first link you posted has the appropriate notifications configuration.