diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 11 |
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 |