|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Our repository structure in the SVN looks like this:
IAB2.5 +-- trunk | +-- Library | +-- FolderA | | +-- externalA.c | +-- FolderB | | +-- externalB.c | +-- externalC.c | +-- branches | +-- ProjectA | | +-- FolderA | | | +-- external1.c | | +-- FolderB | | | +-- external2.c | ... +-- external3.c | +-- Projects +-- ProjectB <--- Jenkins Job A - watched for svn changes | +-- FolderA <--- SVN External (^/trunk/Library) | +-- FolderB <--- SVN External (^/branches/ProjectA) | +-- FolderC | +-- internal.c | +-- ProjectB1 <--- Jenkins Job B - triggered by Job A | +-- FolderA <--- SVN External (^/trunk/Library) | +-- FolderB <--- SVN External (^/branches/ProjectA1) | +-- FolderC ... +-- internal.c
Job A in Jenkins triggers on all SVN changes in the root Project, e.g.