diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-09 15:35:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-09 15:35:55 +0200 |
commit | d59690bcecfdf97111b91b4fad8017b2b2efcf16 (patch) | |
tree | 447eea143d0911f6a2edde1417925901585528ea /job-cfg | |
parent | 4c53f625b65425d9ad4d9e27addf8e79e0090716 (diff) | |
download | jenkins.debian.net-d59690bcecfdf97111b91b4fad8017b2b2efcf16.tar.xz |
reproducible: add new job, nodes_info, to collect environment variables from build nodes
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 64370e42..d241415d 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -350,6 +350,10 @@ - job-template: defaults: reproducible + name: '{name}_nodes_info' + +- job-template: + defaults: reproducible name: '{name}_json' - job-template: @@ -740,6 +744,12 @@ my_shell: '/srv/jenkins/bin/reproducible_create_meta_pkg_sets.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' + - '{name}_nodes_info': + my_description: 'Collect various information from build nodes used for reproducible builds.' + my_timed: '37 13 * * *' + my_shell: '/srv/jenkins/bin/reproducible_nodes_info.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '' - '{name}_breakages': my_description: 'Generate an HTML page with CI issues (packages with incoherent status or files that should or should not be there).' my_timed: '30 0 * * *' |