|
|
|
@ -59,4 +59,9 @@ apt install docker-compose -y
@@ -59,4 +59,9 @@ apt install docker-compose -y
|
|
|
|
|
|
|
|
|
|
# 公司数据兼容版本最低为jenkins2.414.3 |
|
|
|
|
https://mirrors.tuna.tsinghua.edu.cn/jenkins/war-stable/2.414.3/ |
|
|
|
|
|
|
|
|
|
# 设置中国时区 |
|
|
|
|
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime |
|
|
|
|
echo ‘Asia/Shanghai’ >/etc/timezone |
|
|
|
|
docker restart jenkins |
|
|
|
|
``` |
|
|
|
|