250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- session 유지
- tensorflow text
- API
- flask
- spark udf
- Retry
- BigQuery
- API Gateway
- 공분산
- top_k
- GCP
- UDF
- gather_nd
- login crawling
- Counterfactual Explanations
- Airflow
- grad-cam
- requests
- subdag
- hadoop
- airflow subdag
- TensorFlow
- chatGPT
- 상관관계
- youtube data
- 유튜브 API
- XAI
- correlation
- integrated gradient
- GenericGBQException
Archives
- 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/
시스템 설정
https://www.jenkins.io/doc/book/managing/change-system-timezone/
728x90
반응형
LIST
'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 |
Comments