Jenkins + Play 1.2.4 : problems with cobertura lock files / report
Clearly this is due JVM locking issues either in your JVM implementation, or rather, in the way you are deploying your cobertura JAR. Jenkins can spawn up alot of JVM threads, and if cobetura is on your global classpath, its possible that some weird collisions are happening. I assume, ultimately, that this should be attributed … Read more