modify jenkinsfile
This commit is contained in:
parent
7e3faa0134
commit
b1b34b3ece
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -90,7 +90,7 @@ pipeline {
|
||||||
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',
|
mail to: 'cocowang@slightech.com',
|
||||||
subject: "编译失败 Failed Pipeline: ${currentBuild.fullDisplayName}",
|
subject: "${env.JOB_NAME} 编译失败 Failed Pipeline: ${currentBuild.fullDisplayName}",
|
||||||
body: """
|
body: """
|
||||||
详情:
|
详情:
|
||||||
FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'
|
FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user