-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Ubuntu 12.04.4
Jenkins Version 1.554.1
Simple Jenkins configuration, 1 master, no slaves. My project has 1 build trigger: "Build when a change is pushed to GitHub". I also have "Execute concurrent builds if necessary" enabled.
If a new trigger occurrs as a result from a push to GitHub, the concurrent workspace is not created. Jenkins waits until the current request is complete, then starts. If there were 2 queued up, it only executes the 'latest' one.
If I use a custom workspace, the concurrent builds DO work. Unfortunately, I cannot use this option as each of the workspaces need to be unique.
- is related to
-
JENKINS-25304 Job polling hangs while a build is running - only when branch specifier contains wildcard
-
- Open
-
[JENKINS-23518] GitHub webhooks and concurrent builds don't work because git plugin won't poll concurrently
Component/s | New: core [ 15593 ] | |
Component/s | Original: concurrent-build [ 15628 ] |
Component/s | New: git-plugin [ 15543 ] | |
Component/s | Original: core [ 15593 ] | |
Component/s | Original: github-plugin [ 15896 ] |
Assignee | Original: Kohsuke Kawaguchi [ kohsuke ] | New: Mark Waite [ markewaite ] |
Assignee | Original: Mark Waite [ markewaite ] |
Summary | Original: GitHub webhooks and concurrent builds don't work | New: GitHub webhooks and concurrent builds don't work because git plugin won't poll concurrently |
Link | New: This issue is related to JENKINS-25304 [ JENKINS-25304 ] |
Workflow | Original: JNJira [ 156233 ] | New: JNJira + In-Review [ 179235 ] |
My problem sounds very similar to the discussion found here: http://jenkins-ci.361315.n4.nabble.com/Triggering-multiple-builds-with-the-Git-Plugin-td4653240.html