From 0b7cfa60e75100c461d9d3a84c3f914d9a21827a Mon Sep 17 00:00:00 2001 From: "DESKTOP-V763RJ7\\Administrator" <835606593@qq.com> Date: Sat, 24 Jan 2026 12:17:50 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E7=BC=96=E8=AF=91=E6=97=B6=E6=8F=92?= =?UTF-8?q?=E6=A1=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/Jenkinsfile b/deploy/Jenkinsfile index ea542e2..2a8288f 100644 --- a/deploy/Jenkinsfile +++ b/deploy/Jenkinsfile @@ -58,8 +58,8 @@ pipeline { } steps { script { - def goPath = sh(script: 'go env GOPATH', returnStdout: true).trim() - def orchestrionPath = "${goPath}/bin/orchestrion" +// def goPath = sh(script: 'go env GOPATH', returnStdout: true).trim() +// def orchestrionPath = "${goPath}/bin/orchestrion" sh """ export GOPROXY=https://goproxy.cn,direct export CGO_ENABLED=0 @@ -72,9 +72,9 @@ pipeline { ORCH_PATH=\$(which orchestrion) echo "Found orchestrion at: \$ORCH_PATH" - ${orchestrionPath} pin + orchestrion pin - ${orchestrionPath} go build -o ${env.APP_NAME} . + orchestrion go build -o ${env.APP_NAME} . """ } }