For my project, I need to trigger a slack alert when deploy fails.
Sadly, documentation only shows how we can trigger a slack alert from a custom deploy job.
In my case, I use an external orb for deploy and I can’t (for sure?) add a step to it.
So, what can I do ? Can I run a job (that use slack orb) that depend on the deploy one even if it fails ? Can I extends orb steps ?
Not related, can I apply a branch filter on this post-step?
To explain, I want to apply this post-step to all previous jobs before deploy (eg: Test in Container) and I don’t see a way to do it in simple way. So, I want to create an alias with a filter on the post-step and apply this alias to all previous (required) steps