I have a job that listens to 5 git repos,
The job can be triggered if any of these repos had new changes committed via 
git. (sometimes it's more than one repo).

(i will put each git repo in a different subdir to not mix them together.)

so what i want to do is this:

1. If a certain git repo had changes committed then:
   1.1 trigger a different job (or do the logic internally in the job if its 
not possible)
   1.2 wait for the task/job to finish
   1.3 fail job if external job failed.

2. run normal flow of the job (even if condition in 1 wasn't met).


Any ideas?

Eyal Edri.
Red Hat

Reply via email to