downstream
Downstream jobs
Downstream jobs get run after some main job has finished.
One define job as downstream by referencing to downstream job in main job:
# definition of main job here
# job named cleanup will be executed
# after the main job
downstream: cleanupDownstream jobs could be chained, so one could defined downstream within another downstream job. For more advanced and effective job orchestration consider Sparky Job API - docs/job_api.md