On 06/22/2012 04:00 AM, RShoemaker wrote: > 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? Is there a message from the plug-in in the console log of your job? This is a typical output in our jobs:
*21:48:03* [ci-game] evaluating rule: Build result *21:48:03* [ci-game] scored: 1.0 *21:48:03* [ci-game] evaluating rule: Increased number of failed tests *21:48:03* [ci-game] evaluating rule: Increased number of passed tests *21:48:03* [ci-game] evaluating rule: Decreased number of failed tests *21:48:03* [ci-game] evaluating rule: Decreased number of passed tests *21:48:03* [ci-game] evaluating rule: Open HIGH priority tasks *21:48:03* [ci-game] evaluating rule: Open NORMAL priority tasks *21:48:03* [ci-game] evaluating rule: Open LOW priority tasks *21:48:03* [ci-game] evaluating rule: HIGH priority PMD warnings *21:48:03* [ci-game] evaluating rule: NORMAL priority PMD warnings *21:48:03* [ci-game] evaluating rule: LOW priority PMD warnings *21:48:03* [ci-game] evaluating rule: New HIGH priority Findbugs warnings *21:48:03* [ci-game] evaluating rule: New NORMAL priority Findbugs warnings *21:48:03* [ci-game] evaluating rule: New LOW priority Findbugs warnings *21:48:03* [ci-game] evaluating rule: Fixed HIGH priority Findbugs warnings *21:48:03* [ci-game] evaluating rule: Fixed NORMAL priority Findbugs warnings *21:48:03* [ci-game] evaluating rule: Fixed LOW priority Findbugs warnings *21:48:03* [ci-game] evaluating rule: Changed number of compiler warnings *21:48:03* [ci-game] evaluating rule: Changed number of checkstyle warnings * Ulli *
