From 266e898147f3a1c84dee83de6b67bfc50f881adf Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 10 Aug 2023 09:20:25 +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 078b7dd103..45359fe35c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { } } triggers { - pollSCM('0 1 * * *') + pollSCM('50 * * * *') } environment { IMAGE_PREFIX = 'registry.cn-qingdao.aliyuncs.com/metersphere'