Re: Passing the artifacts of the current pipeline into a downstream job

2016-08-15 Thread Greg Smith
Never mind -- I seem to have found the solution to this: 1) Set the freestyle project to use instead select the artifacts of "The upstream job that triggered this job" 2) Set the wait on the build value to false, so that the pipeline build does not wait on running the other freestyle build

Passing the artifacts of the current pipeline into a downstream job

2016-08-15 Thread Greg Smith
Hi, I am trying to build a workflow where one a pipeline job passes its artifacts into another (old style) job in Jenkins that we already have defined. The freestyle job takes 2 parameters: The project name, and the build number. It then copies the artifacts from "Project" / "Build Number"