Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: ci-game-plugin
-
Labels:None
-
Environment:Platform: All, OS: All
-
Similar Issues:
Description
When a committer commits multiple times to a build, ci-game seems to multply the
point by commit before giving them to the committer
Attachments
Issue Links
- is duplicated by
-
JENKINS-4471 Odd behavior calculating points
-
- Resolved
-
Code changed in hudson
User: : redsolo
Path:
trunk/hudson/plugins/ci-game/src/main/java/hudson/plugins/cigame/GamePublisher.java
trunk/hudson/plugins/ci-game/src/test/java/hudson/plugins/cigame/GamePublisherTest.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=21690
Log:
[FIXED JENKINS-4470] - Fixed so a player that exists in several SCM log entries wont receive points for each entry. A list was used where the code expected a set.