Hi,
I know it’s possible to run a step if the build failed.
But I want to know which step failed when they’re skippable so I can bundle it and post it to slack.
example:
-
step: code analysis → failed
-
step: tests → succeed
-
step: lint → failed
-
step: slack (analysis tests lint)
So is it possible to set and ENV after the step failed or to run a script or something?
This way I can read the ENV and set the message for slack)
Friendly regards,
Seppe