On Tue, Oct 13, 2015 at 10:53 AM, oliver gondža <[email protected]> wrote: > Can we do whatever PowerMock is doing to hook custom logic into `new File` > and provide custom implementation in case it is one of the files we decide > to store in DB (whole JENKINS_HOME?) and JDK implementation for the rest?
You probably could, but I doubt it would accomplish anything. No more than running Jenkins on an NFS mount or whatever. It would not solve the problems of, say, getting immediate access to historical JUnit results; you would just be doing a thousand database queries loading XML blobs and parsing them, which is no better than doing the same from local files (and probably much worse). -- 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/CANfRfr0tpK%2BWEj3CT6BYGzH3vM04iT-q8Tp7wmy9j9gKbPgsFw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
