latest progress

This commit is contained in:
Guillem Hernández Sola
2017-04-04 16:57:47 +02:00
parent 2a1662414e
commit d4ac03783b
4 changed files with 160 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ pipeline {
emailext (
subject: "SUCCESSFUL: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'",
body: """SUCCESSFUL: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]': Check console output at ${env.BUILD_URL}""",
to: 'guillem@gromenware.com'
to: 'guillem@gromenaware.com'
)
}
@@ -45,7 +45,7 @@ pipeline {
emailext (
subject: "FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'",
body: """FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]': Check console output at ${env.BUILD_URL}""",
to: 'guillem@gromenware.com'
to: 'guillem@gromenaware.com'
)
}
always{