Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hudson-dev] Error building

I'm kind of new to Hudson. I have a single build project, called test, and I have only one remote repo, which it has synced from successfully. 
 
The only build objective that I have specified is "Invoke Maven 3" with goals "clean install"
 
But I get a funny error: 
 
https://gist.github.com/04da890df11378f3a427
 
I don't know how to debug it or where to begin. All I have in my git repo is a single main file containing a hello world example. I just want to see hudson work-I wouldn't think that Hudson should fail for what this exception trace is giving just because there's not a pom.xml file specified for maven, but I'm not absolutely certain. Can someone help me out?


Back to the top