Hello all, I'm trying kick off a master job that passes its string and file parameters to two subjobs that it starts in parallel. The master job then waits for the status of the two subjobs, prints their status to the console, and then fails if either subjob failed.
I've investigated the Build Flow plugin, and was able to successfully start and wait for the subjobs, but master jobs built with the plugin does not accept file parameters at all, so they are not being passed to the subs. I've also investigated the Join plugin, but it appears that the master job is not aware of its subjobs' status, at least not enough to wait for them to pass/fail and then pass/fail itself. If anyone has an idea of a workflow/configuration that would work, I'd greatly appreciate it. Thanks! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
