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'