Hi All, I have a job hierarchy like this:
Middle copies an artifact from either parent1 or parent2, depending on which job triggered it.
When middle succeeds, it triggers child.I would like child to copy artifacts from the upstream parent1 or parent2 job that triggered middle.
I've done the recommended trick of putting "copy artifacts" into middle for both parent1 and parent2, selecting "upstream build that triggered this job" and also checking "optional".
Sadly, this doesn't work for child. I would expected the "upstream build that triggered this job" of parent1, even in child, to work, but it appears that only directly triggering jobs count. That's a shame, I guess the artifact copier plugin should be improved?
In the meantime, can anyone explain how I can get the triggering and artifact flow that I want?
cheers, Chris -- Simplistix - Content Management, Batch Processing& Python Consulting - http://www.simplistix.co.uk -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
<<inline: graph.png>>