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:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -53,7 +53,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
publishTestResults testResultsPattern: 'target/surefire-reports/*.xml'
|
junit testResults: 'target/surefire-reports/*.xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -145,7 +145,7 @@ pipeline {
|
|||||||
emailext (
|
emailext (
|
||||||
subject: "构建成功: ${env.JOB_NAME} - ${env.BUILD_NUMBER}",
|
subject: "构建成功: ${env.JOB_NAME} - ${env.BUILD_NUMBER}",
|
||||||
body: "构建成功: ${env.BUILD_URL}",
|
body: "构建成功: ${env.BUILD_URL}",
|
||||||
to: "dev-team@example.com"
|
to: "332515344@qq.com"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -157,7 +157,7 @@ pipeline {
|
|||||||
emailext (
|
emailext (
|
||||||
subject: "构建失败: ${env.JOB_NAME} - ${env.BUILD_NUMBER}",
|
subject: "构建失败: ${env.JOB_NAME} - ${env.BUILD_NUMBER}",
|
||||||
body: "构建失败: ${env.BUILD_URL}",
|
body: "构建失败: ${env.BUILD_URL}",
|
||||||
to: "dev-team@example.com"
|
to: "332515344@qq.com"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -302,4 +302,4 @@ volumes:
|
|||||||
mysql_data:
|
mysql_data:
|
||||||
minio_data:
|
minio_data:
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user