| When I restart a run from a stage, say the test stage, because one of the the previous run's test stages failed, all of the artefacts from the previous run are copied to the new run. I'm not sure this is really the desired behaviour as the new run will be creating it's own new artefacts, duplicating, and in fact obsoleting (logically only since it doesn't overwrite the previous run's artefacts) the previous run('s artefacts). Is this behaviour intentional and if so, is it disable-able. I'm using multi-branch pipelines if that is relevant. |