My plugin interfaces with an external tool (Inedo BuildMaster) and in one special circumstance I need to ensure that any calls to BuildMaster from seperate jobs are queued and the second call only happens once the first is complete.
I don't to queue the entire job as the Lockable Resources <https://wiki.jenkins-ci.org/display/JENKINS/Lockable+Resources+Plugin> and Locks and Latches <https://wiki.jenkins-ci.org/display/JENKINS/Locks+and+Latches+plugin> Plugin's plugins do. I just want to pause the job when another job is running the same task - and is requesting the same information. Does anyone have any suggestions on where to start or know of a plugin that does something similar? Thanks Andrew -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/9580320c-bab9-4bc7-b3f1-fb208582ad37%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
