본문 바로가기
Jenkins

jenkins timezone 리부팅 안하고 설정

by Rainbound-IT 2022. 8. 18.
반응형

war로 jenkins 실행하였거나 

jenkins 리부팅 하기 싫을경우 아래와 같이 하면 된다.

 

jenkins콘솔에서

jenkins 관리 - 스크립트 콘솔에

System.setProperty('org.apache.commons.jelly.tags.fmt.timeZone', 'Asia/Seoul')

 입력하고 실행하면 된다!

 

 

 

https://dodonam.tistory.com/240

 

젠킨스 타임존 설정

젠킨스 타임존 설정 방법은 크게 2가지가 있다. 유저별로 각각 설정하는 방법과 시스템 전체에서 타임존을 변경하는 방법이다. 유저별 설정 > 유저별로 timezone을 각각 설정 1. 유저 정보에 들어간

dodonam.tistory.com

 

 

https://www.jenkins.io/doc/book/managing/change-system-timezone/

 

Change System Time Zone

The system time zone configuration is the default time zone displayed by Jenkins. The "Manage Jenkins" ⇒ "System Information" page shows the value of the system properties that define the time zone for the Jenkins controller. Refer to the following video

www.jenkins.io

 

반응형

댓글