On Mar 9, 2012, at 9:36 AM, James Cicenia wrote: Is this the failure you were looking for:
Status Code: 500Exception: Stacktrace:java.lang.RuntimeException: Failed to instantiate class hudson.plugins.git.GitSCM from {"":["hudson.plugins.git.util.DefaultBuildChooser","auto"],"authorOrCommitter":false,"branches":{"name":"**"},"buildChooser":{"stapler-class":"hudson.plugins.git.util.DefaultBuildChooser"},"clean":false,"disableSubmodules":false,"excludedRegions":"","excludedUsers":"","gitConfigEmail":"","gitConfigName":"","gitTool":"Default","includedRegions":"","localBranch":"","pruneBranches":false,"recursiveSubmodules":false,"reference":"","relativeTargetDir":"","remotePoll":false,"scmName":"","skipTag":false,"value":"1","wipeOutWorkspace":false}
at hudson.model.Descriptor.newInstance(Descriptor.java:572)
No, it should have been something about not being able to find the build.xml file.
If you aren't getting to that point, then I'm guessing there is something wrong with git checking out WOJenkins. I'd reinstall Git on your computer ( http://git-scm.com/download) then try again.
Also, make sure that EVERYTHING in the Jobs directory has proper permissions (sudo chown -R daemon:daemon /Users/Shared/Jenkins/Home/jobs if you installed Jenkins using the OS X installer)
What was the ENTIRE console output from the job? You can get it from http://localhost:8080/job/MyJob/3/console (the 3 is the build number, so you should change that to whatever build you want to see the console for).
Dave
|