Hello
Here is what I’m trying to do with Horde/buildgraph:
- job A is triggered every hour (scheduled in *.stream.json)
- job B is automatically triggered when job A is finished even if it fails
- job B must know the jobId of jobA
What is the best way to do that?
I’ve looked at “chainedJobs” but it works only in case of success of the parent (if I’m correct).
I could add a step into the buildgraph launching jobA but I didn’t find the proper way to do it (i.e. a step that would be executed even if previous steps failed).
Thank you
Mathieu