diff --git a/deploy/Jenkinsfile b/deploy/Jenkinsfile index a77ed99..11b0986 100644 --- a/deploy/Jenkinsfile +++ b/deploy/Jenkinsfile @@ -58,12 +58,11 @@ pipeline { } steps { sh """ - go install github.com/DataDog/orchestrion@latest export GOPROXY=https://goproxy.cn,direct export CGO_ENABLED=0 export GOOS=linux export GOARCH=amd64 - + go install github.com/DataDog/orchestrion@latest orchestrion go build -o ${env.APP_NAME} . """ }