modify jenkinsfile
This commit is contained in:
parent
559fad55b3
commit
0a22e71659
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -88,8 +88,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
echo 'This will run only if failed'
|
echo 'This will run only if failed'
|
||||||
// mail to: 'mynteye-ci@slightech.com',
|
mail to: 'mynteye-ci@slightech.com',
|
||||||
mail to: 'cocowang@slightech.com',
|
|
||||||
subject: "${env.JOB_NAME} 编译失败 Failed Pipeline: ${currentBuild.fullDisplayName}",
|
subject: "${env.JOB_NAME} 编译失败 Failed Pipeline: ${currentBuild.fullDisplayName}",
|
||||||
body: """
|
body: """
|
||||||
详情:
|
详情:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user