I'm running ver. 1.520

jenkins uses the browsers language setting to determin gui language, in Firefox it is under
Firefox > Preferences > Content > Languages

the node configuration page is, Jenkins > Manage Jenkins > Manage Nodes > [node_name] > Configuration
http://[jenkins_host]:7070/jenkins/computer/[node_name]/configure

I'm not quite sure if I did grasp your server distibution right though.

My Configuration is 'master' on windows, which is checking out svn just fine, and multiple slaves
started via ssh from the master on linux (gentoo I think) which did have the utf-8 issues when
checking out svn repos. the prefix command is only a setting for starting slaves via ssh

You running multiple 'master' jenkins servers?
from the looks of it the 2 proccesses you have is

  • (pid: 924) jenkins master server, the one with jenkins.war
  • (pid: 26158) jenkins job process

and the environment variables you posted seem to be from the job process (pid: 26158), the svn checkout, at least
for the slaves but I assume this goes for the master as well, are executed in the environment / process
from the node in your case it should be the pid 924, so you would have to check that process and maybe
adjust the startupto include language setting

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to