-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b17)
Java HotSpot(TM) Client VM (build 23.25-b01, mixed mode, sharing)
Jenkins 1.518
URLTrigger 0.35
For jobs with "Execute concurrent builds if necessary" enabled, I would expect URL trigger to poll according to the configured schedule regardless of whether a job is running. Currently, the URLTrigger Log shows "The job is building. Waiting for next poll." instead. As a result builds are never triggered concurrently.
[JENKINS-19854] URLTrigger plugin polling doesn't honor "Execute concurrent builds if necessary"
Workflow | Original: JNJira [ 151375 ] | New: JNJira + In-Review [ 177937 ] |
Issue Type | Original: Bug [ 1 ] | New: New Feature [ 2 ] |
Assignee | Original: Gregory Boissinot [ gbois ] | New: Tony Noble [ stealthdj ] |
I'm not convinced this should be default behaviour - nothing prevents the job from running concurrently if triggered manually, but it was a specific design choice not to poll for changes while a run was in progress.
Perhaps a better solution would be to add an option that allows polling while builds are progressing. This would default to unchecked to maintain existing behaviour.