build file
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit
Some checks failed
test/timeline-server/pipeline/head There was a failure building this commit
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user