Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
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
-
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Link |
This issue is duplicated by |
Workflow | JNJira [ 134543 ] | JNJira + In-Review [ 202917 ] |
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.