Issue Type: Improvement Improvement
Affects Versions: current
Assignee: Nicolas De Loof
Components: build-flow
Created: 19/Jun/13 2:30 PM
Description:

Hi there,

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 there a way to resolve this or can you add as a feature?

Cheers,
Tom

Environment: Jenkins v1.518
Project: Jenkins
Priority: Major Major
Reporter: Thomas Fields
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.
 
 

Reply via email to