Deploy notification fail test

This commit is contained in:
Juan Ferrer 2019-01-08 17:25:04 +01:00
parent f0790f6e85
commit d57c2302a6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -64,7 +64,7 @@ if (env.GIT_COMMITTER_EMAIL) {
if (buildError) {
status = 'Failed'
body += "\n\nError: ${buildError.getMessage()}"
body += "\n\nError: ${buildError.toString()}"
} else {
status = 'Success'
}