Deploy test

This commit is contained in:
Juan Ferrer 2019-01-08 16:55:41 +01:00
parent 03e4cbbd2a
commit b51c221534
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\n${buildError.getMessage()}"
body += "\n\n${buildError.message}"
} else {
status = 'Success'
}