collect the result from pipeline triggered downstream jobs

2018-10-16 Thread Vassilena Treneva
Hey, I have been trying different ways to collect the result from pipeline triggered downstream jobs without any success. Any idea how to do it? Apprioach #1 - Mapping the build data trough Cause.UpstreamCause (as suggested here: https://groups.google.com/forum/#!topic/jenkinsci-dev/nNvy6YLgP58

Re: collect the result from pipeline triggered downstream jobs

2018-11-06 Thread gustaf . lundh
builds: Set downstreamBuilds = BuildCache.getCache(). getDownstreamBuilds(sourceBuild) /Gustaf On Tuesday, October 16, 2018 at 3:00:44 PM UTC+2, Vassilena Treneva wrote: > > Hey, > > I have been trying different ways to collect the result from pipeline > triggered downstream j