From a61466e59e76d7ecf0edf54d0341ec0578f22c8f Mon Sep 17 00:00:00 2001 From: "DESKTOP-V763RJ7\\Administrator" <835606593@qq.com> Date: Sat, 24 Jan 2026 12:13:51 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/Jenkinsfile b/deploy/Jenkinsfile index 04c4cad..ea542e2 100644 --- a/deploy/Jenkinsfile +++ b/deploy/Jenkinsfile @@ -68,6 +68,10 @@ pipeline { export PATH=\$PATH:/go/bin go install github.com/DataDog/orchestrion@v1.7.0 + + ORCH_PATH=\$(which orchestrion) + echo "Found orchestrion at: \$ORCH_PATH" + ${orchestrionPath} pin ${orchestrionPath} go build -o ${env.APP_NAME} .