build file
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit

This commit is contained in:
jiangh277
2025-12-24 15:49:45 +08:00
parent 04c2a40856
commit f57ab44094

6
Jenkinsfile vendored
View File

@@ -53,7 +53,7 @@ pipeline {
}
post {
always {
publishTestResults testResultsPattern: 'target/surefire-reports/*.xml'
junit testResults: 'target/surefire-reports/*.xml'
}
}
}
@@ -145,7 +145,7 @@ pipeline {
emailext (
subject: "构建成功: ${env.JOB_NAME} - ${env.BUILD_NUMBER}",
body: "构建成功: ${env.BUILD_URL}",
to: "dev-team@example.com"
to: "332515344@qq.com"
)
}
}
@@ -157,7 +157,7 @@ pipeline {
emailext (
subject: "构建失败: ${env.JOB_NAME} - ${env.BUILD_NUMBER}",
body: "构建失败: ${env.BUILD_URL}",
to: "dev-team@example.com"
to: "332515344@qq.com"
)
}
}