feat 编译时插桩
This commit is contained in:
4
deploy/Jenkinsfile
vendored
4
deploy/Jenkinsfile
vendored
@@ -68,6 +68,10 @@ pipeline {
|
|||||||
|
|
||||||
export PATH=\$PATH:/go/bin
|
export PATH=\$PATH:/go/bin
|
||||||
go install github.com/DataDog/orchestrion@v1.7.0
|
go install github.com/DataDog/orchestrion@v1.7.0
|
||||||
|
|
||||||
|
ORCH_PATH=\$(which orchestrion)
|
||||||
|
echo "Found orchestrion at: \$ORCH_PATH"
|
||||||
|
|
||||||
${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