Hi, I want to change quiet period at run time by passing a parameters from upstream to downstream field.
I have a dependency chain where upstream job triggers the downstream job. On the other side, svn hooks notify jobs. I want to one logical change set is delivered in several commit operations. Default quiet period in my jenkins config is 600 seconds (10 mins) for upstream and downstream. Now when upstream job triggers due to a change, it runs and finally it triggers downstream job. Here problem comes, downstream job also has a quiet period 10 mins, so waits for that. In this triggering (when upstream triggers downstream), i want override quiet period something like 30 seconds and job should start early than waiting. Thanks Pawan
