From df75ab272fc2d7a45105a8da5875c8f7284eba49 Mon Sep 17 00:00:00 2001 From: nanxun Date: Tue, 11 Aug 2026 14:07:42 +0800 Subject: [PATCH] ci: use ASCII workspace for Buildx sessions --- Jenkinsfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e2de18f..b3953d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,10 @@ pipeline { - agent { label '构建机1' } + agent { + node { + label '构建机1' + customWorkspace '/home/nanxunai/goujian/workspace/liverecorder-release' + } + } options { timestamps()