diff options
-rw-r--r-- | job-cfg/lvc.yaml.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/job-cfg/lvc.yaml.py b/job-cfg/lvc.yaml.py index 9dce44f4..ec4809f6 100644 --- a/job-cfg/lvc.yaml.py +++ b/job-cfg/lvc.yaml.py @@ -21,6 +21,7 @@ print(""" - defaults: name: lvc project-type: freestyle + description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/lvc.yaml.py">lvc.yaml.py</a>.' properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html @@ -34,7 +35,13 @@ print(""" url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/lvc.yaml.py">lvc.yaml.py</a>.' + - throttle: + max-total: 1 + max-per-node: 1 + enabled: true + option: category + categories: + - lvc logrotate: daysToKeep: 90 numToKeep: 20 |