We have a case like this:
 JOB_A gets frequently triggered by checkins (and takes 5 minutes)
and triggers:
 JOB_B with PARAMETER=abc
 JOB_B with PARAMETER=xyz

So, for JOB_B I see may see an ever increasing stack of pending jobs:

 JOB_B with PARAMETER=abc 
 JOB_B with PARAMETER=xyz
 JOB_B with PARAMETER=abc
 JOB_B with PARAMETER=xyz
 JOB_B with PARAMETER=abc
 JOB_B with PARAMETER=xyz
  ....


Is it possible to select only the latest 2 builds and exclude the rest? 
i.e. scheduling   "JOB_B with PARAMETER=abc" squashing earlier versions of 
this identical task?

Thanks,
- Stuart

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5a53de14-c8a1-46c9-811f-19af76cf0378%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to