Hide
Created a delivery pipeline view comprising trigger job with downstream jobs as Dev, Tst1, and Tst2 deploy jobs using Jenkins DSL. Trigger job has certain parameters which we would like to be consumed by downstream jobs when triggered. However, we could only manually trigger 1st configured downstream job, and not the others. When I tried to trigger the other jobs manually, it throws an error as "could not trigger a build". I was able to reproduce this issue by changing the downstream jobs' sequence and was able to initiate a manual trigger. Also, since I used Jenkins DSL, I could create multiple downstream jobs, and could not accomplish it via GUI.
Was able to reproduce this issue on both CentOS, and RHEL6 with delivery-pipeline-plugin 0.8.11, Jenkins 1.565
Show
Created a delivery pipeline view comprising trigger job with downstream jobs as Dev, Tst1, and Tst2 deploy jobs using Jenkins DSL. Trigger job has certain parameters which we would like to be consumed by downstream jobs when triggered. However, we could only manually trigger 1st configured downstream job, and not the others. When I tried to trigger the other jobs manually, it throws an error as "could not trigger a build". I was able to reproduce this issue by changing the downstream jobs' sequence and was able to initiate a manual trigger. Also, since I used Jenkins DSL, I could create multiple downstream jobs, and could not accomplish it via GUI.
Was able to reproduce this issue on both CentOS, and RHEL6 with delivery-pipeline-plugin 0.8.11, Jenkins 1.565