If you use the Parameterized Trigger plugin, you could use the build step it provides, which allows waiting for the downstream job to finish.
Then just configure downstream to archive the report as artifacts, copy its artifacts (Copy Artifacts Plugin, or Jenkins HTTP API) and create an HTML report in the upstream build. Of course a side effect is that the deploy job won't actually finish until the downstream job is finished. > On 11.12.2016, at 11:55, Albert Shamsiyan <[email protected]> wrote: > > I have multiple deployment jobs which executes the same downstream testing > job. > I would like to attach the HTML report generated by the Testing job to the > build report of the upstream deployment job. Is it possible ? How ? > > Example: > > Deploy_Dev -> AutoamtedTest (Environemt=Dev) > Deploy_QA -> AutoamtedTest (Environemt=Qa) > Deploy_PQA -> AutoamtedTest (Environemt=PQA) > > in the example above, AutmatedTest build report will show the HTML report per > each build, I would like to be able attaching this report to the upstream > build report as well .... > > Note: All jobs using the same master, yet, not necessary they will shall be > executed in the same slave .. > > THX. > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/1b2d6ae8-75e6-4c28-8d4e-4feadb30ca87%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/F7E65CD9-3BCE-4294-9514-6B43B08C314D%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
