I think the answer to this question is probably no: Q: Are all Jenkins jobs each run in separate JVM instances? I'm asking this because I'm working on creating a plugin for the static code analysis tool sputnik, but it has some deficiencies... There's a class in it called "ConfigurationHolder" which holds a static mutable singleton instance of the sputnik configuration. If all plugins were run in the same JVM, starting a new job would immediately affect another job's configuration. Also, what is the lifecycle of a plugin? I've done work on plugins before, but I still don't really know when the plugin instance gets created, run, etc. -- Larry Bordowitz
-- 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/501668687.3194673.1434986923236.JavaMail.yahoo%40mail.yahoo.com. For more options, visit https://groups.google.com/d/optout.
