From 4647dbc3788a6a820490d2adec426b01386ab1f3 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 5 May 2022 22:07:46 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=94=B9label?= 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 ac4cae863b..f4fa5640c0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent { node { - label 'metersphere-buildx' + label 'metersphere' } } options { quietPeriod(600) }