summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-24 18:43:16 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-24 18:44:07 +0200
commit44fccfd79355b7ea18e9bb8072f8fa6fa7539e1d (patch)
tree599e43ea3440113347fa850028eb6c66a6a15360 /job-cfg/reproducible.yaml
parent1cb10fa077b5371e0056d79f0fb699758343c7bd (diff)
downloadjenkins.debian.net-44fccfd79355b7ea18e9bb8072f8fa6fa7539e1d.tar.xz
reproducible: send mails to the reproducible commits mailinglist. throttle to max. 3 concurrently running jobs
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 25918932..ece9f7b1 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -14,6 +14,15 @@
url: http://www.profitbricks.com
text: Sponsored by Profitbricks
icon: /userContent/images/profitbricks-24x24.png
+ - priority:
+ job-prio: '150'
+ - throttle:
+ max-total: 3
+ max-per-node: 3
+ enabled: True
+ option: category
+ categories:
+ - reproducible
description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/job-cfg/reproducible.yaml">reproducible.yaml</a>.'
logrotate:
daysToKeep: 180
@@ -24,7 +33,7 @@
- shell: '{my_shell}'
publishers:
- email:
- recipients: 'jenkins+debian+reproducible holger@layer-acht.org lunar@debian.org'
+ recipients: 'jenkins+debian+reproducible holger@layer-acht.org reproducible-commits@lists.alioth.debian.org'
- archive:
artifacts: 'results/*.*, results/_success/*.*'
latest_only: false