GlennH
GlennH

Reputation: 105

How to reference a job in the folder hierachy? (Jenkins Cloudbees Folders Plugin)

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

Answers (1)

Jesse Glick
Jesse Glick

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

Related Questions