更新 Jenkinsfile

This commit is contained in:
2026-04-24 16:01:54 +08:00
parent 70f8fbf9bf
commit b67ee45b48
Vendored
+2 -2
View File
@@ -1,5 +1,5 @@
pipeline { pipeline {
agent { label '构建机1' } agent { label 'builder1' }
options { options {
timestamps() timestamps()
@@ -14,7 +14,7 @@ pipeline {
IMAGE_TAG = "${env.BUILD_ID}" IMAGE_TAG = "${env.BUILD_ID}"
DOCKER_CREDS = 'harbor_key' DOCKER_CREDS = 'harbor_key'
TARGET_PLATFORMS = 'linux/amd64,linux/arm64' 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_REPO_URL = 'https://gitea.nxsir.cn/nanxun/live_recorder.git'
GIT_BRANCH = 'main' GIT_BRANCH = 'main'