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, tomflow1 and tomflow2, have a Perforce viewmap which
tells the system which files should trigger a build. If I modify a file in
my repository that is only part of tomflow1's view I'd expect only that job
to build but both jobs build regardless of scm info. Is this kind of setup
possible with this plugin?

Cheers,
Tom

-- 
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