Issue
-
Build agents report Clock Difference not being in sync
-
If the clock is not correctly synchronized, you could experience network and authentication issues
-
Build logs report incorrect timestamps
Description
When accessing Manage Jenkins > Manage Node page, or JENKINS_URL/computer
it may happen that some nodes are not In sync
in the Clock Difference column
Resolution
In order to fix the time drift issue, we recommend to enable clock synchronization for all Jenkins hosts on your network.
Linux
Install and enable NTP service.
RHEL/CentOS
sudo yum install ntp
Debian/Ubuntu
sudo apt-get install ntp
Start the service, and enable NTP to start at boot
sudo systemctl start ntpd sudo systemctl enable ntpd