Reputation: 105
I use the Jenkins Copy Artifact plugin to copy artifacts from other jobs. When this 'other job' is itself in a Folder how do I reference it? I assume I've just not worked out the path syntax.
thanks
Glenn
Upvotes: 0
Views: 2217
Reputation: 25461
I think the latest Copy Artifact 1.27 does not support this, but the trunk version (to be 1.28) has various folder-related fixes: then both /full/path/to/other/job
or ../relative/path
will work.
Upvotes: 1