build: Allow artifacts to be omitted from final copy stage
Create an alternative dictionary format for artifact fields, where the new keys are:
-
path: location of the artifact -
export:true(default) if the artifact should be copied, elsefalse -
rename: (optional) rename the artifact while copying
Edited by Yuliang Wang