Re: Jenkins timezone weird behaviour

2017-04-04 Thread maxim . chouinard
It really looks like those 2 pieces are not daylight savings aware. Is there some known other configurations? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to j

Re: Jenkins timezone weird behaviour

2017-04-03 Thread maxim . chouinard
the jenkins docker image transpose JAVA_OPTS to JAVA_ARGS exec java "${java_opts_array[@]}" -jar /usr/share/jenkins/jenkins.war " ${jenkins_opts_array[@]}" "$@" sorry for the confusion On Monday, April 3, 2017 at 11:23:07 AM UTC-4, maxim.c...@ingeno.ca wrote: > > Hi guys, > >I've got some i

Jenkins timezone weird behaviour

2017-04-03 Thread maxim . chouinard
Hi guys, I've got some issue configuring timezone on my jenkins server running on docker. The centos7 is sync to the good time, the jenkins docker container also has the good time when i logged to it. i added this to the Dockerfile: ENV TZ="/usr/share/zoneinfo/EST5EDT" i also set the time

docker jenkins override config.xml when restarting container

2017-03-24 Thread maxim . chouinard
Hey guys, i have a jenkins docker container and it has a mounted volume for the JENKINS_HOME which is the /var/jenkins_home/ in the container. Somehow when i create views, those are removed from the config.xml when i restart the container. is there something that i am missing to prevent