Hi again I see now that we have the same problem on OS X, where both jobs are doing:
Deleting /Users/hudson/hudson-slave/maven-site-plugin-3.x/workspace/jdk/JDK 1.5 (latest)/label/osx/target One job was almost certainly copied from the other, when it was set up. On 2011-07-26 23:42, Dennis Lundberg wrote: > Hi > > I've investigated some odd build failures on the Solaris slaves for the > builds of maven-site-plugin. There are two builds of the same source > code, but with different versions of Maven. Here are the jobs: > > https://builds.apache.org/view/M-R/view/Maven/job/maven-site-plugin-3.x/ > > https://builds.apache.org/view/M-R/view/Maven/job/maven-site-plugin-3.x-m2/ > > These jobs are set up to build on 4 generic OSes, including the generic > Solaris label. After analyzing the logs I found that both jobs start by > doing this: > > Deleting > /zonestorage/hudson/home/hudson/hudson-slave/maven-site-plugin-3.x/workspace/jdk/JDK > 1.5 (latest)/label/Solaris/target > > So when an SVN change triggers a build, or rather two builds in this > case, the first job is abruptly interrupted by the second one when the > second one simply deletes the entire workspace of the first. > > However the job "maven-site-plugin-3.x-m2" should have it's own > workspace, called "maven-site-plugin-3.x-m2", on the Solaris slave > shouldn't it? > > Is this something that can be configured or is automagical? > -- Dennis Lundberg
