-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
- Red Hat Enterpride Linux 6.4
- Systemwide OS encoding en_US.UTF8
- Jenkins ver. 1.535
Situation:
1. ClearCase plugin used with UCM mode.
2. Created a new ClearCase Activity with German umlaut.
3. Job breaks because it can not find the given ClearCase activity (see attachemend for error log)
Problem:
- ClearCase cleartool uses the encoding provided by the ClearCase plugin (ISO88591)
- The Jenkins Instance although uses the encoding provided by the operating System which is UTF8
Solution: - we have a temporary solution in place and changed the Encoding for the whole Jenkis instance to ISO88591
- the preferable solution would be that there is a configuration option which allows us to change the encoding only for the plugin to UTF8 so that the encoding for the Jenkins instance itself must not be changed(as this has some other unwanted sideeffects).