[JIRA] (JENKINS-38374) Cannot change user.timezone value

2016-10-18 Thread syou.ma...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tadashi Aikawa commented on  JENKINS-38374  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot change user.timezone value   
 

  
 
 
 
 

 
 I met this problem too. (Jenkins ver. 2.26)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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/d/optout.


[JIRA] (JENKINS-38374) Cannot change user.timezone value

2016-09-20 Thread extern.visan_ovi...@allianz.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ovidiu Visan created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38374  
 
 
  Cannot change user.timezone value   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 jenkins-cloudformation  
 
 
Created: 
 2016/Sep/20 11:09 AM  
 
 
Environment: 
 - Jenkins 2.1 installed in a docker container  - java-1.8.0-openjdk-1.8.0.91-1.b14.el7_2.x86_64  - CentOS  
 
 
Priority: 
  Trivial  
 
 
Reporter: 
 Ovidiu Visan  
 

  
 
 
 
 

 
 Cannot change user.timezone from UTC to CEST Things i tried and didn't work: 
 
followed the instructions from : https://wiki.jenkins-ci.org/display/JENKINS/Change+time+zone 
changed the container timezone, centos shows CEST 
modified /etc/init.d/jenkins to have -Duser.timezone=Europe/Berlin 
modified /etc/init.d/jenkins to have - Dorg.apache.commons.jelly.tags.fmt.timeZone=Europe/Berlin 
set environmental variable export JAVA_OPTS="-Duser.timezone=Europe/Berlin" 
 How difficult has this simple setting have to be? I went trough all bugs and answers and nothing seem to change this setting. Please provide a setting that will work and fix the product.