Issue Type: Bug Bug
Assignee: Nicolas De Loof
Components: git
Created: 13/Nov/13 1:19 PM
Description:

Two jobs that trigger on git polling with the same repo, refspec & branch start parallel builds as expected.

But with "Polling... Included Regions: sameRootDir/.*" added to both jobs, only one will be triggered and the other one is ignored.

With Included Regions, one job executes:
Nov 13, 2013 1:26:02 PM hudson.plugins.git.GitStatus$JenkinsAbstractProjectListener onNotifyCommit
INFO: Triggering the polling of FL_TriggTest
Nov 13, 2013 1:26:02 PM hudson.plugins.git.GitStatus$JenkinsAbstractProjectListener onNotifyCommit
INFO: Triggering the polling of FL_TriggTest2
Nov 13, 2013 1:26:03 PM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in FL_TriggTest. Triggering #7
Nov 13, 2013 1:26:11 PM hudson.model.Run execute
INFO: FL_TriggTest #7 main build action completed: SUCCESS

Without Included Regions, both job executes:
Nov 13, 2013 1:33:51 PM hudson.plugins.git.GitStatus$JenkinsAbstractProjectListener onNotifyCommit
INFO: Triggering the polling of FL_TriggTest
Nov 13, 2013 1:33:51 PM hudson.plugins.git.GitStatus$JenkinsAbstractProjectListener onNotifyCommit
INFO: Triggering the polling of FL_TriggTest2
Nov 13, 2013 1:33:51 PM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in FL_TriggTest2. Triggering #1
Nov 13, 2013 1:33:51 PM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in FL_TriggTest. Triggering #8
Nov 13, 2013 1:33:57 PM hudson.model.Run execute
INFO: FL_TriggTest #8 main build action completed: SUCCESS
Nov 13, 2013 1:33:57 PM hudson.model.Run execute
INFO: FL_TriggTest2 #1 main build action completed: SUCCESS

Environment: Jenkins 1.538, Git plugin 2.0
Project: Jenkins
Priority: Major Major
Reporter: Fredric Lonngren
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