|
||||||||
|
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/d/optout.

I have a single parent project that gets a build number and queries Subversion for the head version, then passes these two values to 15 child processes (all of which work in parallel) that do their own checkouts, each at the same revision. I'd like to be able to trigger the parent project on an SCM change to the particular branch it's watching, without having to do the sync (which is about 7GB). Definitely NOT a duplicate.