I updated Jenkins to 1.466.2 and all the plugins also. The Jenkins CVS plugin is now 2.7 Since doing the updates the builds are failing with something like this:
cvs server: xxxx.plist is locally modified cvs [server aborted]: correct the above errors first! Before the updates, the 1st thing that was run in the build was this: [workspace] $ /Developer_4.2/usr/bin/cvs -q -z3 update -PdC -D "Friday, November 9, 2012 7:26:40 PM UTC" (Locally modified xxxx.plist moved to .#xxx.plist.1.2) and that doesn't happen now. To the best of my knowledge, that isn't configured anywhere on our system and the only updating done was the Jenkins updates. We do modify the .plists during the build, so it is expected that they are locally modified. I can add a postbuild step to every build to delete the .plists, but that isn't ideal. So I am wondering did something change in the Jenkins CVS plugin to cause this to start happening? Thanks.
