Re: Help with timezone on Debian - all builds are shown in UTC

2013-08-14 Thread Pete Akey
Thanks for the response. Didn't get much help on this one. Yes, I'm seeing the same arguments on my Java process but all of my jobs are logged UTC still. /usr/bin/java -jar /usr/share/jenkins/jenkins.war --webroot=/var/cache/jenkins/war --httpPort=8080 --ajp13Port=-1

Re: Help with timezone on Debian - all builds are shown in UTC

2013-08-14 Thread Owen B. Mehegan
Note that I pass the timezone option BEFORE the -jar jenkins.war... On Wednesday, August 14, 2013 12:17:00 PM UTC-7, harperville wrote: Thanks for the response. Didn't get much help on this one. Yes, I'm seeing the same arguments on my Java process but all of my jobs are logged UTC still.

Re: Help with timezone on Debian - all builds are shown in UTC

2013-08-14 Thread Pete Akey
Hey, Owen. Okay...I can not edit the /etc/default/jenkins file as recommended in the Jenkins Wiki and have to edit the init.d/jenkins file directly. I inserted the timezone info in the same place you have it so now my running process looks like yours: /usr/bin/java

Re: Help with timezone on Debian - all builds are shown in UTC

2013-08-14 Thread Owen B. Mehegan
Well, when I read the wiki doc now, it says that you need to add this to the JAVA_ARGS list. You said you added it to JENKINS_ARGS. That's the issue, I think - this is an argument to Java that you want to add. When you pass it to Jenkins, it just gets ignored. On Wednesday, August 14, 2013

Re: Help with timezone on Debian - all builds are shown in UTC

2013-08-14 Thread Pete Akey
Well, thanks, Owen, for the clarification. I did overlook that. I edited /etc/default/jenkins and changes the JAVA_ARGS and everything is as it should be. Best, Pete On Aug 14, 2013, at 3:58 PM, Owen B. Mehegan o...@nerdnetworks.org wrote: Well, when I read the wiki doc now, it says that

Help with timezone on Debian - all builds are shown in UTC

2013-08-13 Thread Pete Akey
I've been trying to change the timezone that Jenkins is using following these instructions (I'm on Debian): https://wiki.jenkins-ci.org/display/JENKINS/Change+time+zone I added the following to my /etc/default/jenkins file: JENKINS_ARGS=--webroot=/var/cache/jenkins/war --httpPort=$HTTP_PORT