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: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of nicolas de loof
Sent: 28 June 2013 17:55
To: jenkinsci-users@googlegroups.com
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) <jn...@cisco.com<mailto:jn...@cisco.com>>
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 
jenkinsci-users+unsubscr...@googlegroups.com<mailto:jenkinsci-users%2bunsubscr...@googlegroups.com>.
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 
jenkinsci-users+unsubscr...@googlegroups.com<mailto:jenkinsci-users+unsubscr...@googlegroups.com>.
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to