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.