I would prefer this to be part of some extension plugin. Extension point exist so you can introduce some new SDL functions
2013/6/28 James Nord (jnord) <[email protected]> > If I managed to get the buildflow plugin to build and pass unit tests > (master is broken on my windows box), and got my IDE to understand the > groovy stuff, and added this support is this something that you would > accept as a patch, or would you prefer that it would live in a separate > plugin as an extension?**** > > ** ** > > /James**** > > ** ** > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *nicolas de loof > *Sent:* 28 June 2013 17:55 > *To:* [email protected] > *Subject:* Re: interogate other buildflow runs?**** > > ** ** > > this isn't possible, this require state management between flows execution > that build-flow plugin don't offer**** > > ** ** > > 2013/6/28 James Nord (jnord) <[email protected]>**** > > Hi all,**** > > **** > > I would like to have a buildflow job “flowjob” that kicks of job1, job2 & > job3 sequentially.**** > > **** > > The trigger for the flowjob is a successful build of “upstream”.**** > > **** > > I want to be able to run flowjob for every upstream trigger (so far so > simple)**** > > **** > > But I only want the flowjob to run as far as any other flowjob has > currently got to.**** > > e.g.**** > > if flowjob#1 is currently running job2**** > > then flowjob#1 should run job1 but not job2 or job3.**** > > **** > > to make this more interesting in the future I want to replace job2 with a > parallel invocation of job2 with multiple different parameters, and job3 > may just be another job2 but with different parameters…**** > > **** > > Is this possible? Can I get access to the Jenkins job object for the flow > to interrogate it somehow – or do I need to write an extension that I can > call.**** > > **** > > Any hints or tips greatly appreciated.**** > > **** > > Regards,**** > > **** > > /James**** > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > **** > > ** ** > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > **** > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
