feat 编译时插桩

This commit is contained in:
2026-01-24 12:03:16 +08:00
parent 0bbab4d25d
commit 4ca2beea7d

2
deploy/Jenkinsfile vendored
View File

@@ -57,6 +57,7 @@ pipeline {
} }
} }
steps { steps {
script {
def goPath = sh(script: 'go env GOPATH', returnStdout: true).trim() def goPath = sh(script: 'go env GOPATH', returnStdout: true).trim()
def orchestrionPath = "${goPath}/bin/orchestrion" def orchestrionPath = "${goPath}/bin/orchestrion"
sh """ sh """
@@ -70,6 +71,7 @@ pipeline {
""" """
} }
} }
}
stage('Push Docker Image') { stage('Push Docker Image') {
agent any agent any