I have a Jenkins master server plus multiple slave machines that get created and destroyed all the time.
I could not find any documentation on what exactly "archive artifacts" option does in a Jenkins job.
does it copy artifacts from slave machine's workspace to some folder on master server?
or does it save files from the slave's workspace to the same slave's "archive" location? in this case if the slave server is destroyed, those files would be gone.
if I delete the workspace, will those archived artifacts survive?
if I delete builds history, will they survive?
etc
See Question&Answers more detail:os