Hi, I have several parallel jobs (installing the released product to different test machines). I want to setup a single downstream jobs, which: - fails, if ANY of the upstream jobs fail and subsequently - passes, if ALL upstream job pass
I have tried several plugins (join, parametrized trigger, build result trigger), but so far with no success. In particular, I don't know, how to read the status of the upstream job in the downstream (summarizing) job. I have come accross some advice to use a Groovy plugin, but I would like to avoid programming if not necessary. Maybe I just don't know how to setup the above mentioned plugins. Can somebody be of any help? Thank you very much, Robert
