summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-04-02 11:21:06 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-04-02 11:21:06 +0200
commit9bbdd4c82a290aaebb7e1b1e56f98f1eb86feb2b (patch)
tree58d6a0fd4f13dca4190508e9da9242f36f0263f5
parent049b8f43f7390657f9470d3ad75acac01fc30b27 (diff)
downloadseabios-9bbdd4c82a290aaebb7e1b1e56f98f1eb86feb2b.tar.gz
jenkinsfile: add notification
-rw-r--r--Jenkinsfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 1f75885..d5b3f12 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -104,4 +104,10 @@ pipeline {
}
}
}
+
+ post {
+ always {
+ emailext to: 'kraxel@gmail.com', attachLog: true
+ }
+ }
}