feat 编译时插桩
This commit is contained in:
3
deploy/Jenkinsfile
vendored
3
deploy/Jenkinsfile
vendored
@@ -65,8 +65,11 @@ pipeline {
|
|||||||
export CGO_ENABLED=0
|
export CGO_ENABLED=0
|
||||||
export GOOS=linux
|
export GOOS=linux
|
||||||
export GOARCH=amd64
|
export GOARCH=amd64
|
||||||
|
|
||||||
|
export PATH=\$PATH:/go/bin
|
||||||
go install github.com/DataDog/orchestrion@v1.7.0
|
go install github.com/DataDog/orchestrion@v1.7.0
|
||||||
${orchestrionPath} pin
|
${orchestrionPath} pin
|
||||||
|
|
||||||
${orchestrionPath} go build -o ${env.APP_NAME} .
|
${orchestrionPath} go build -o ${env.APP_NAME} .
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user