ci: use ASCII workspace for Buildx sessions

This commit is contained in:
2026-08-11 14:07:42 +08:00
parent 713e0111a6
commit df75ab272f
Vendored
+6 -1
View File
@@ -1,5 +1,10 @@
pipeline {
agent { label '构建机1' }
agent {
node {
label '构建机1'
customWorkspace '/home/nanxunai/goujian/workspace/liverecorder-release'
}
}
options {
timestamps()