I was trying to do a similar thing but the copy artifact plugin wasn't working
for me. Instead I pass in the URL of the artifacts for the job I'm promoting
and use curl to retrieve it. Works like a charm. :-)
Anthony
On 2012-05-24, at 2:02 PM, Bob Dixon wrote:
> I'm trying to create a s
Hi Bob,
the plugin is at the moment buggy...
I learned of 2 triggers for this behaviour.
The first is very inconsistent: If the triggered job is located on a
different machine as the parent job
Second is occurring always: *Which build: Upstream build that triggered
this job
*The second trigger f
I'm trying to create a single promotion job for use by the Promoted Builds
plugin that can promote builds from more than one project.
I need the artifacts from a Windows build so I can run the promotion on a
Unix machine, so I'm trying to use the Copy Artifacts plugin in the promotion
job.