Imagine the following scenario as a pipeline:

*Job A > Job B (Build Flow Job) > Job C > Job D*

Job A is called by a git hook. Job B is a lightweight job that orchestrates 
jobs C and D. 

This pipeline works well but I just want only one instance of it at a time. 
So if, for example, job C is running and the git hook calls a new Job A, 
first the pipeline must terminate after completing job D.

I've searched some plugins like Locks and Latches or Exclusion plugin but 
none have worked.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to