Re: Using Build Pipeline Plugin and Remote API together

2016-02-04 Thread Ramnath Ananth
Hi Ryan, Are you able to trigger a downstream job in the Build Pipeline and does this show in the pipeline view ? On Wednesday, January 8, 2014 at 4:15:52 PM UTC-8, Ryan Brown wrote: > > We currently have a need to trigger a manual downstream build step in our > Build Pipeline from another se

Re: Using Build-Pipeline plugin

2015-09-25 Thread erw
A build pipeline is a visualization tool on top of jobs that are related by a upstream/downstream relationship. In order to form a relationship between jobs, configure the upstream job and select the "add post build action" --> "Build other project( manual step)". If you are using the folder p

Using Build-Pipeline plugin

2015-09-24 Thread Krishna Kumar Tiwari
Hi I am planning to use Build-Pipeline-Plugin in my jenkins server but can't see any option to use. I installed it and it got installed successfully. But I am not able to any option to use it. Like Build-Pipeline-Plugin

Using Build Pipeline Plugin and Remote API together

2014-01-08 Thread Ryan Brown
We currently have a need to trigger a manual downstream build step in our Build Pipeline from another server. I am able to trigger simple builds via the Jenkins remote API easily enough, but I am yet to get this working for a manual step within a pipeline. Does anyone have any experience with