I just installed Jenkins 1.466 and ci-game 1.18. All the other plugins I installed are more recent than what's listed in the requirements, but every build says it's worth 0 points and that there were no players. I configured my job to run all the plugins (mvn install checkstyle:checkstyle pmd:pmd findbugs:findbugs) and publish all the results. I include ci-game as a post-build action. The job is currently setup to poll our git repo and it only builds when it notices changes. Jenkins publishes the changes and shows who committed them, so it seems like ci-game should have that info as well. The project is a multi-module maven project.
I'm assuming user error on my part - any suggestions?