I have a set of builds chained together using the Parameterized Trigger 
Plugin.  The starting build polls SCM and then kicks off build/test/deploy 
jobs which all run on the same node and reuse the same codebase established 
in the SCM job.

This seems like a pretty standard/basic thing, but I'm running into a 
problem keeping the SCM poll job from running again until all of the builds 
in my "pipeline" are complete.  If the poll job wakes up, it will insert 
itself in the queue before some of my test/deploy jobs, change the 
underlying SCM codebase, and royally mess things up.  I've looked at 
plugins like Build Blocker and Lockable Resources, but none of these seem 
to handle these triggered jobs (they can handle jobs that are already 
queued, but not jobs yet to be triggered).

I think that I'm doing something basic here - what am I missing?  Do I 
really need to write to lock files on my hard drive to handle this?

Note that I'm not using Jenkins pipeline/workflow because it does not yet 
support ClearCase, but I realize that life would probably be easier if I 
was...

Thanks!

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4d84c91d-3327-434f-a195-61d2a46ac221%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to