Skip to content

Commit 04a183e

Browse files
authored
set timezone for python
1 parent ef7fa6d commit 04a183e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pipeline {
3636
CI_PORT='8083'
3737
CI_SSL='false'
3838
CI_DELAY='120'
39-
CI_DOCKERENV='TZ=US/Pacific'
39+
CI_DOCKERENV='TZ=America/Los_Angeles'
4040
CI_AUTH='user:password'
4141
CI_WEBPATH=''
4242
}

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ repo_vars:
2525
- CI_PORT='8083'
2626
- CI_SSL='false'
2727
- CI_DELAY='120'
28-
- CI_DOCKERENV='TZ=US/Pacific'
28+
- CI_DOCKERENV='TZ=America/Los_Angeles'
2929
- CI_AUTH='user:password'
3030
- CI_WEBPATH=''

0 commit comments

Comments
 (0)