ci: 修改自动编译时间
This commit is contained in:
parent
0de3997076
commit
b3c5d4e454
|
@ -5,7 +5,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM('0 3,4,5 * * *')
|
cron('0 3 * * *')
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
IMAGE_PREFIX = 'registry.cn-qingdao.aliyuncs.com/metersphere'
|
IMAGE_PREFIX = 'registry.cn-qingdao.aliyuncs.com/metersphere'
|
||||||
|
|
Loading…
Reference in New Issue