-
New Feature
-
Resolution: Unresolved
-
Major
-
None
Given two jobs:
- Downstream, which has a 60s quiet period
- Upstream, which triggers a parameterized build on Downstream
Now, if you quickly trigger Upstream 3 times, then there will be 3 Downstream jobs in the queue. They will then all run.
We would like parameterized triggering in combination with downstream quiet period to behave sort of like the SVN quiet period behaves: If Upstream is triggered multiple times, then only the last triggered Downstream will remain in the queue. This will help when you have limited verification resources during development and would like to run a "best effort" approach. It will prevent the queue from continuously growing.
Summary: Before Upstream triggers Downstream, Upstream should remove any instances of Downstream from the queue. This should of course be an option and not the default behavior.
[JENKINS-18536] Remove downstream job from queue before new triggers
Description |
Original:
Given two jobs: * Downstream, which has a 60s quiet period * Upstream, which triggers a parameterized build on Downstream Now, if you quickly trigger Upstream 3 times, then there will be 3 Downstream jobs in the queue. They will then all run. We would like parameterized triggering in combination with downstream quiet period to behave sort of like the SVN quiet period behaves: If Upstream is triggered multiple times, then only the last triggered Downstream will remain in the queue. Summary: Before Upstream triggers Downstream, Upstream should remove any instances of Downstream from the queue. This should of course be an option and not the default behavior. |
New:
Given two jobs: * Downstream, which has a 60s quiet period * Upstream, which triggers a parameterized build on Downstream Now, if you quickly trigger Upstream 3 times, then there will be 3 Downstream jobs in the queue. They will then all run. We would like parameterized triggering in combination with downstream quiet period to behave sort of like the SVN quiet period behaves: If Upstream is triggered multiple times, then only the last triggered Downstream will remain in the queue. This will help when you have limited verification resources during development and would like to run a "best effort" approach. It will prevent the queue from continuously growing. Summary: Before Upstream triggers Downstream, Upstream should remove any instances of Downstream from the queue. This should of course be an option and not the default behavior. |
Workflow | Original: JNJira [ 149843 ] | New: JNJira + In-Review [ 177489 ] |