On Mon, Mar 7, 2011 at 10:55 PM, Marshall Schor <m...@schor.com> wrote: > The lines added look to be correct, but after this, we started getting this > failure report. I don't know what caused the user "SYSTEM" to add this. I > don't see any configuration for the rootModule in the Job setup.
SYSTEM is Jenkins itself. Looking into the code, it seems the root module is updated during the start of a build (while parsing the POM). In your case, the reason your seeing this diff is that the root module was updated on the first build. As for the problem, it seems to be happening for lots of builds right now, and all on the ubuntu1 slave as far as I can see. Perhaps something went wrong with this slave. I've restarted the slave and is now running some test builds on it. /niklas