Deploy test

This commit is contained in:
Juan Ferrer 2019-01-08 17:04:37 +01:00
parent e6d0fbd2fb
commit 28810d834f
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -61,7 +61,7 @@ try {
body: 'Failed' body: 'Failed'
) )
} }
/*
if (env.GIT_COMMITTER_EMAIL) { if (env.GIT_COMMITTER_EMAIL) {
def status def status
def body = "<p>Check status at ${env.BUILD_URL}</p>" def body = "<p>Check status at ${env.BUILD_URL}</p>"
@ -78,3 +78,4 @@ if (env.GIT_COMMITTER_EMAIL) {
body: body body: body
) )
} }
*/