From 522abf855b75395735988dce7cdb4a7f21031ad3 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Sat, 20 Aug 2022 19:41:03 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=94=B9=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a9af97f0a1..39db4c69e0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,9 @@ pipeline { label 'metersphere' } } - options { quietPeriod(600) } + triggers { + pollSCM('0 * * * *') + } environment { IMAGE_NAME = 'metersphere' IMAGE_PREFIX = 'registry.cn-qingdao.aliyuncs.com/metersphere'