-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: ci-game-plugin
-
Labels:None
-
Environment:Platform: Macintosh, OS: All
-
Similar Issues:
We have been seeing duplicate CI game scores in our Hudson install. It seems that the reason is that the
CI game does a case-sensitive compare on user names, whereas Hudson does not.
Please can the CI game be changed to do a case-insensitive name comparison?
- is duplicated by
-
JENKINS-4350 Option to handle usernames with different cases as one
-
- Closed
-
Code changed in hudson
User: : redsolo
Path:
trunk/hudson/plugins/ci-game/pom.xml
trunk/hudson/plugins/ci-game/src/main/java/hudson/plugins/cigame/GameDescriptor.java
trunk/hudson/plugins/ci-game/src/main/java/hudson/plugins/cigame/GamePublisher.java
trunk/hudson/plugins/ci-game/src/main/resources/hudson/plugins/cigame/GameDescriptor/global.jelly
trunk/hudson/plugins/ci-game/src/main/resources/hudson/plugins/cigame/GameDescriptor/global.properties
trunk/hudson/plugins/ci-game/src/main/resources/hudson/plugins/cigame/GameDescriptor/global_sv.properties
trunk/hudson/plugins/ci-game/src/test/java/hudson/plugins/cigame/GameDescriptorIntegrationTest.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=21341
Log:
JENKINS-3990- Added global checkbox to indicate if the Hudson user names are to be used case sensitive or not.