Deploy test

This commit is contained in:
Juan Ferrer 2019-01-08 16:57:01 +01:00
parent b51c221534
commit 09c4d9e51f
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

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