[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: define template for triggered jobs

Holger Levsen holger at moszumanska.debian.org
Sat Oct 17 11:13:05 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 794a2d1608776c8f0b59ab0c4430a2b029bf6e64
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Oct 17 13:12:16 2015 +0200

    reproducible: define template for triggered jobs
---
 job-cfg/reproducible.yaml | 35 ++++++++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)

diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index b4649fe..48b30de 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -31,6 +31,39 @@
           fail-on-error: 'true'
       - email:
           recipients: '{my_recipients}'
+    node: '{my_node}'
+
+- defaults:
+    name: reproducible_triggered
+    project-type: freestyle
+    properties:
+      - sidebar:
+          url: https://jenkins.debian.net/userContent/about.html
+          text: About jenkins.debian.net
+          icon: /userContent/images/debian-swirl-24x24.png
+      - sidebar:
+          url: https://jenkins.debian.net/view/reproducible
+          text: reproducible builds jobs
+          icon: /userContent/images/debian-jenkins-24x24.png
+      - sidebar:
+          url: http://www.profitbricks.co.uk
+          text: Sponsored by Profitbricks
+          icon: /userContent/images/profitbricks-24x24.png
+    description: '{my_description}<br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.<br>Results are available at <a href="https://reproducible.debian.net/">https://reproducible.debian.net</a>.'
+    logrotate:
+      daysToKeep: 90
+      numToKeep: 30
+      artifactDaysToKeep: -1
+      artifactNumToKeep: -1
+    builders:
+      - shell: '{my_shell}'
+    publishers:
+      - logparser:
+          parse-rules: '/srv/jenkins/logparse/reproducible.rules'
+          unstable-on-warning: 'true'
+          fail-on-error: 'true'
+      - email:
+          recipients: '{my_recipients}'
       - trigger:
           project: '{my_trigger}'
     node: '{my_node}'
@@ -611,7 +644,7 @@
     name: '{name}_builder_arch_1'
 
 - job-template:
-    defaults: reproducible
+    defaults: reproducible_triggered
     name: '{name}_html_archlinux'
 
 - project:

-- 
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