This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
jenkins [2020/05/25 12:22] frank created |
jenkins [2020/05/25 12:27] (current) frank |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | Jenkins | + | ==== Tips ==== |
+ | |||
+ | == Set timezone == | ||
+ | |||
+ | Manage Jenkins -> Script console | ||
+ | <code>System.setProperty('org.apache.commons.jelly.tags.fmt.timeZone', 'US/Pacific')</code> | ||
+ |