From b67ee45b48d84cf34a47db3c380e2baf75af79b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A5=BF=E8=A1=97=E9=95=BF=E5=AE=89?= Date: Fri, 24 Apr 2026 16:01:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Jenkinsfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7629cab..ca05299 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent { label '构建机1' } + agent { label 'builder1' } options { timestamps() @@ -14,7 +14,7 @@ pipeline { IMAGE_TAG = "${env.BUILD_ID}" DOCKER_CREDS = 'harbor_key' TARGET_PLATFORMS = 'linux/amd64,linux/arm64' - BUILDER_NAME = "liverecorder-buildx" + BUILDER_NAME = "liverecorder-buildx-${env.BUILD_ID}" GIT_REPO_URL = 'https://gitea.nxsir.cn/nanxun/live_recorder.git' GIT_BRANCH = 'main'