I tried to find it in configuration management of Jenkins it's not there.
I want to share screenshot of time zone settings of Jenkins where I would get it.
I tried to find it in configuration management of Jenkins it's not there.
I want to share screenshot of time zone settings of Jenkins where I would get it.
You cannot configure the Timezone in Jenkins Configuration Management. If you need to set the timezone for Jenkins, you can specify it in the start command: https://wiki.jenkins.io/display/JENKINS/Change+time+zone
java -Dorg.apache.commons.jelly.tags.fmt.timeZone=America/Los_Angeles
This will set your Jenkins timezone to specified region.
If you need current time in different timezones to be displayed with builds, you can use this chrome plugin: https://chrome.google.com/webstore/detail/jenkins-timezone-localize/pljmfmaidfeachglaofbhffflhbooggg
But it currently supports only three timezones.