-
Improvement
-
Resolution: Unresolved
-
Major
-
None
Provide a job option that allows jobs found from polling to be added to the queue even when there is another job running.
Current Behavior:
Poll finds job and starts it.
If job is still running the next time a poll occurs no jobs are added to the queue and the following message is reported: _ "Build in progress, polling delayed."_
Desired Behavior:
Poll finds job and starts it.
If job is still running the next time a poll occurs a job is queued.
Current Workaround:
- Shorter polling periods so there is less delay after the previous job completes.
- Set 'Execute concurrent builds if necessary' and use Perforce change-submit triggers to trigger Perforce job.
- is related to
-
JENKINS-34052 P4 plugin does not poll when builds running
-
- Closed
-
[JENKINS-41849] Optionally queue polled jobs
Description |
Original:
Provide a job option that allows jobs found from polling to be added to the queue even when there is another job running. Current Behavior: Poll finds job and starts it. If job is still running the next time a poll occurs no jobs are added to the queue and the following message is reported: _ "Build in progress, polling delayed."_ Desired Behavior: Poll finds job and starts it. If job is still running the next time a poll occurs a job is queued. Current Workaround: Shorter polling periods so there is less delay after the previous job completes. |
New:
Provide a job option that allows jobs found from polling to be added to the queue even when there is another job running. Current Behavior: Poll finds job and starts it. If job is still running the next time a poll occurs no jobs are added to the queue and the following message is reported: _ "Build in progress, polling delayed."_ Desired Behavior: Poll finds job and starts it. If job is still running the next time a poll occurs a job is queued. Current Workaround: * Shorter polling periods so there is less delay after the previous job completes. * Set '_Execute concurrent builds if necessary_' and use Perforce change-submit triggers to trigger Perforce job. |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Link |
New:
This issue is related to |
p4karl With long running pipelines in docker containers, for us this is actually more than a "minor" issue. I would really like to get this done I order to get triggered builds per change.