Archive the artifacts' is an option that is available for selection under the
Answers
Answered by
0
It is being archived on the master server (even if the build were on a slave) in the following folder:
$JENKINS_HOME/jobs//builds//archive
But you can configure a different location using the 'Advanced' setting of the job (where you can set a different workspace folder) or using plugins that are made for this purpose such as Copy Artifact Plugin
Similar questions