Re: Jenkins Build node CentOS 6.4

2013-09-25 Thread flex . guse
Hi teilo, hi Les, thanks for your answers. I wasn't aware changes in .profile are not global and I wasn't aware of interactive and non-interactive shells. I added a .bashrc file for the jenkins user and set the language - as Les suggested. This works for me, thanks a lot! Christoph -- You r

Re: Jenkins Build node CentOS 6.4

2013-09-25 Thread Les Mikesell
On Wed, Sep 25, 2013 at 7:32 AM, wrote: > It helped to add a Shell script execution as Pre-Build step: > > export LANG=en_US.UTF-8 > export LC_ALL=en_US.UTF-8 > > But this is only a workaround and does not answer the question why the > system settings are not taken correctly. They aren't 'system

Re: Jenkins Build node CentOS 6.4

2013-09-25 Thread teilo
On Wednesday, 25 September 2013 14:49:05 UTC+1, flex...@googlemail.com wrote: > > Hi teilo, > > I created the file custom.sh in /etc/profile.d/ folder: > > export LANG=en_US.UTF-8 > export LC_ALL=en_US.UTF-8 > > which should (as far I know) set the settings system wide. > > no it doesn't - see m

Re: Jenkins Build node CentOS 6.4

2013-09-25 Thread flex . guse
Hi teilo, I created the file custom.sh in /etc/profile.d/ folder: export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 which should (as far I know) set the settings system wide. Calling echo $LANG as jenkins user in the bash shows echo $LANG en_US.UTF-8 -- You received this message because you a

Re: Jenkins Build node CentOS 6.4

2013-09-25 Thread teilo
How did you configure the system settings? an interactive user goes through different initialisation steps in the shell than non-interactive remotly executed commands. e.g. if you add this into your .profile then that would explain the difference. I am presuming you are launching slaves via ssh

Re: Jenkins Build node CentOS 6.4

2013-09-25 Thread flex . guse
It helped to add a Shell script execution as Pre-Build step: export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 But this is only a workaround and does not answer the question why the system settings are not taken correctly. Any ideas? Christoph -- You received this message because you are subs

Jenkins Build node CentOS 6.4

2013-09-25 Thread flex . guse
Hi Everybody, we run a Jenkins 1.532 *Build master* which uses the SSH Slave plugin to communicate with two *Build slaves* (CentOS 6.4 machines). In our configuration the Build slaves are dumb, the Java JDK 1.7 and Maven 3.0.5 is provided by the master. This works, the Build master is able to s