I would like to use "copy artifact" to copy the workspace from the first multijob phase. However, I cannot use any of the options available in the copy artifact because:
a) Upstream / downstream does not work with a multijob
b) Latest successful build is error prone. It will not take the workspace expected for the multijob execution if the first job has been instantiated again.
c) Specific build is not possible because I cannot pass parameters between multijob phases.
If this approach is not available, is there any other workaround for this problem?