[Qa-jenkins-scm] [jenkins.debian.net] 01/01: don't attach build logs to notification mails
Holger Levsen
holger at moszumanska.debian.org
Fri Dec 11 14:50:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit e60d852a3614474f9e9b587e4231af6477574fb8
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Dec 11 15:50:02 2015 +0100
don't attach build logs to notification mails
---
job-cfg/chroot-installation.yaml.py | 2 +-
job-cfg/d-i-overview.yaml.py | 2 +-
job-cfg/g-i-installation.yaml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index ebe43d5..96dbb95 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -173,7 +173,7 @@ print("""
first-failure: true
fixed: true
subject: '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER'
- attach-build-log: true
+ attach-build-log: false
body: 'See $BUILD_URL/console or just $BUILD_URL for more information.'
properties:
- sidebar:
diff --git a/job-cfg/d-i-overview.yaml.py b/job-cfg/d-i-overview.yaml.py
index 326d3bb..821dd2c 100755
--- a/job-cfg/d-i-overview.yaml.py
+++ b/job-cfg/d-i-overview.yaml.py
@@ -59,7 +59,7 @@ for arch in sorted(archs):
first-failure: true
fixed: true
subject: '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER'
- attach-build-log: true
+ attach-build-log: false
body: 'See http://d-i.debian.org/daily-images/daily-build-overview.html#%(arch)s or $BUILD_URL and $BUILD_URL/console'
""" % dict(arch=arch))
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml
index 2eeaf4c..b8de90b 100644
--- a/job-cfg/g-i-installation.yaml
+++ b/job-cfg/g-i-installation.yaml
@@ -24,7 +24,7 @@
first-failure: true
fixed: true
subject: '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER'
- attach-build-log: true
+ attach-build-log: false
body: 'See $BUILD_URL and $BUILD_URL/console and $BUILD_URL/artifact/results/ if there are any.'
- archive:
artifacts: 'results/*.*, results/log/*, results/log/installer/*'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list