일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Counterfactual Explanations
- chatGPT
- API Gateway
- TensorFlow
- 공분산
- GCP
- tensorflow text
- airflow subdag
- subdag
- GenericGBQException
- correlation
- youtube data
- login crawling
- spark udf
- hadoop
- UDF
- 상관관계
- API
- requests
- session 유지
- grad-cam
- flask
- integrated gradient
- top_k
- XAI
- BigQuery
- Airflow
- gather_nd
- Retry
- 유튜브 API
- Today
- Total
데이터과학 삼학년
젠킨스 타임존 설정 본문
젠킨스 타임존 설정 방법은 크게 2가지가 있다.
유저별로 각각 설정하는 방법과 시스템 전체에서 타임존을 변경하는 방법이다.
유저별 설정
> 유저별로 timezone을 각각 설정
1. 유저 정보에 들어간다.
2. 설정을 누르고, 맨 아래 User Defined Time Zone에서 timezone 선택
시스템 설정
> 젠킨스 시스템 자체 timezone 설정 (전체 변경)
1. Jenkins Script Console 에 들어간다.
2. 아래 커맨드를 적용하여 timezone 변경
System.setProperty('org.apache.commons.jelly.tags.fmt.timeZone', 'Asia/Seoul')
System.setProperty('org.apache.commons.jelly.tags.fmt.timeZone', 'Asia/Seoul')
참조
유저별 설정
https://www.jenkins.io/doc/book/using/change-time-zone/
Change time zone
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software
www.jenkins.io
시스템 설정
https://www.jenkins.io/doc/book/managing/change-system-timezone/
Change System Time Zone
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software
www.jenkins.io
'DevOps' 카테고리의 다른 글
[GIT] LFS (Large File System) (0) | 2022.12.02 |
---|---|
Load balancing을 위한 crontab - 젠킨스 스케쥴러 (h * * * * ) (0) | 2021.04.07 |
젠킨스 파이프라인 관리 (공통화 활용) (0) | 2020.11.09 |
젠킨스 remote ssh pipeline (feat. nested parallel, remote ssh, gcloud compute ssh) (0) | 2020.08.28 |
[Jenkins] remote ssh 연결하여 jenkins에서 다른 ssh에 명령 날리기 (feat. gcloud compute ssh, gcloud compute scp, jenkins) (0) | 2020.08.27 |