ci: use ASCII workspace for Buildx sessions
This commit is contained in:
Vendored
+6
-1
@@ -1,5 +1,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { label '构建机1' }
|
agent {
|
||||||
|
node {
|
||||||
|
label '构建机1'
|
||||||
|
customWorkspace '/home/nanxunai/goujian/workspace/liverecorder-release'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
|
|||||||
Reference in New Issue
Block a user