summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-05-25 07:36:11 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-05-25 07:36:11 +0200
commit7f78b676cfc246ae110934ca0073ee462ea3d8f0 (patch)
tree21dcd500368dd361543dce7a74e8254211e0f387
parent5e34679d9c8cf1357fe2520529686fb5a8b6a39f (diff)
downloadipxe-7f78b676cfc246ae110934ca0073ee462ea3d8f0.tar.gz
update report email
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index e30ba9b..08fad3f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -113,7 +113,7 @@ pipeline {
post {
failure {
emailext([
- to: 'kraxel@gmail.com',
+ to: 'builds@kraxel.org',
subject: "${JOB_NAME} - build #${BUILD_NUMBER} - FAILED!",
body: "${BUILD_URL}\n",
attachLog: true,