From 095bfebd2c5c01702a98605d971daf5d1ca0d881 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Wed, 8 Jan 2025 09:52:50 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=85=B3=E9=97=AD=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E8=A7=A6=E5=8F=91?= 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 a293ed0b21..cb75f11395 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { } } triggers { - pollSCM('50 * * * *') + // pollSCM('50 * * * *') } environment { IMAGE_PREFIX = 'registry.fit2cloud.com/metersphere'