-
Improvement
-
Resolution: Fixed
-
Minor
-
None
We run a lot of jobs in a multi job so that they run in parallel and then when that phase is done we copy artifacts from each of them back to that build
The issue I am hitting is the Config space limit for a job.
This is because I have to wrap the copy artifact in a conditional statement so that if the env var is set and not FAILED then copy the artifacts
I would rather just say if copy artifacts fail ignore and keep going on and don't fail the build
Currently if the copy artifacts step fails the build stops and fails and then nothing else happens
- is related to
-
JENKINS-13488 Copy Artifacts plugin's "Optional" not working
- Open