I have a matrix job configured to run a downstream job even if the matrix job is unstable but if the job fails the downstream job is not called.
Is there are work around for this?
Running Jenkins ver. 1.406
My matrix job is running robot framework tests and I want the downstream job to aggregate all the RF test results into a single report.
I’ve tried using the join plug-in to perform the same task but it doesn’t seem very reliable in triggering the downstream reporting task.