diff --git a/deploy/Jenkinsfile b/deploy/Jenkinsfile index 203be04..04c4cad 100644 --- a/deploy/Jenkinsfile +++ b/deploy/Jenkinsfile @@ -65,8 +65,11 @@ pipeline { export CGO_ENABLED=0 export GOOS=linux export GOARCH=amd64 + + export PATH=\$PATH:/go/bin go install github.com/DataDog/orchestrion@v1.7.0 ${orchestrionPath} pin + ${orchestrionPath} go build -o ${env.APP_NAME} . """ }