Re: build flow plugin and scm changes

2013-07-15 Thread blaz
If I understand correctly you actually have two independent jobs. You shouldn't use flow plugin just to monitor repository and then start downstream jobs. Each job should be configured independently with different SCM trigger. -- You received this message because you are subscribed to the Goog

Re: build flow plugin and scm changes

2013-07-14 Thread nicolas de loof
I don't have such a sample, need to duplicate some way the exclusion filter used by SCM plugin build flow don't us SCM triggers, so can't benefit advanced feature they provide 2013/7/14 Thomas Fields > Thanks for the reply. > > >> is you have to exclude some jobs based on scm commit, do it BEFO

Re: build flow plugin and scm changes

2013-07-14 Thread Thomas Fields
Thanks for the reply. >> is you have to exclude some jobs based on scm commit, do it BEFORE you call >> build("job") How would I do that - any ideas? Can you give me an example? Cheers Tom Sent from my iPhone On 13 Jul 2013, at 21:32, Thomas Fields wrote: > Hi there, > > The build flow pl

Re: build flow plugin and scm changes

2013-07-14 Thread nicolas de loof
build flow orchestrate job execution, it don't handle scm-triggers. When flow is started, all builds involved will run is you have to exclude some jobs based on scm commit, do it BEFORE you call build("job") 2013/7/13 Thomas Fields > Hi there, > > The build flow plugin looks really powerful but

build flow plugin and scm changes

2013-07-13 Thread Thomas Fields
Hi there, The build flow plugin looks really powerful but it appears to be lacking the ability to only trigger sub jobs when there are scm changes. I have a simple build flow setup like so: def tomjob = parallel ([ first: { build("tomflow1") }, second: { build("tomflow2") } ]) Each of sub jobs,