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
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
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
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