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 Hudson.
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 Hudson.
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
Parameterized jobs may be filtered to select only builds matching particular
parameters. Use JOBNAME/PARAM=VALUE,... in the project name box to list
the parameter filter; this is the same syntax as described above for
multiconfiguration jobs, except with parameters instead of axis values.
For example, MyParamJob/FOO=bar,BAZ=true examines only builds from
MyParamJob that ran with parameter FOO set to bar
and the checkbox for BAZ was checked. Checkbox (boolean) parameters
may be specified in any of several common ways: true, 1, yes, on for true
and false, 0, no, off for false; all are case insensitive.