jobbrIO / jobbr-server

Jobbr is a non-invasive .NET JobServer
https://jobbr.readthedocs.io
GNU General Public License v3.0
50 stars 5 forks source link

Chain multiple job runs (migrated) #28

Open michaelschnyder opened 7 years ago

michaelschnyder commented 7 years ago

Originally created by @michaelschnyder on Apr 9, 2015


As a API consumer a may like to chain multiple job's so that the start/completion/fail of a jobRun triggers another job to run (JobRun)

This would be interessting also for InstantRuns and not only for Scheduled-Triggers

Idea: Let the consumer add "JobRunTriggers" to a trigger?