From b3c5d4e45425a714d8d45a4e0e48ee245de8eace Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 19 Oct 2022 18:24:51 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8f7960f397..2654006eaa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { } } triggers { - pollSCM('0 3,4,5 * * *') + cron('0 3 * * *') } environment { IMAGE_PREFIX = 'registry.cn-qingdao.aliyuncs.com/metersphere'