Daniel, Since both Deploy AND Test are managed by the same master, any way to configure the Test to "place" the html report in the Deploy job directory ???
On Sunday, December 11, 2016 at 6:34:12 PM UTC+2, Daniel Beck wrote: > > 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] > <javascript:>> 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] <javascript:>. > > 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/e633a148-9ecb-4209-8145-bb6c562d0f23%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
