Name of source project for copying of artifact(s).
May contain references to build parameters like $PARAM
(note that when a parameter is used, the source project must be accessible
to all authenticated users; this prevents use of parameters to access artifacts
of private jobs).
If a Maven project is specified, artifacts from all of its modules will be copied.
Enter JOBNAME/MODULENAME here to copy from a particular module; you may
copy/paste this from the URL for that module when browsing Jenkins.
Example: MyMavenJob/my.group$MyModule
If a multiconfiguration (matrix) project is specified, artifacts from all of its
configurations will be copied, each into a subdirectory with the name of the
configuration as seen in its URL when browsing Jenkins.
Example: If target directory is given as fromMatrix then the copy could
create $WORKSPACE/fromMatrix/label=slaveA/dist/mybuild.jar and
$WORKSPACE/fromMatrix/label=slaveB/dist/mybuild.jar.
To copy from a particular configuration, enter JOBNAME/AXIS=VALUE,.. as
seen in the URL for that configuration. Example: MyMatrixJob/jdk=Java6u17
To copy artifacts from one matrix project to another, use a parameter to
select the matching configuration in the source project.
Example: OtherMatrixJob/jdk=$jdk