X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Jenkinsfile;fp=Jenkinsfile;h=78b3a6c657c8ccaa7ad5bc8743ad4c70a5d33a02;hb=cd571f7cf7e4d891fa17185fad5c0f92258cb430;hp=2521a41ceee65661295377fc1ef718fad49bf44d;hpb=c8d569d95e00b00e4d8b1d6dd2b7c4dcb8203c77;p=upnpmonitor diff --git a/Jenkinsfile b/Jenkinsfile index 2521a41..78b3a6c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,4 +25,11 @@ pipeline { } } } + post { + changed { + mail to: "jenkins@wamblee.org", + subject: "jenkins build:${currentBuild.currentResult}: ${env.JOB_NAME}", + body: "${currentBuild.currentResult}: Job ${env.JOB_NAME}\nMore Info can be found here: ${env.BUILD_URL}" + } + } }