summaryrefslogtreecommitdiffstats
path: root/job-cfg/webcheck.yaml
blob: bc1514c5101b183d784568d21b7a657e41f81f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
- defaults:
    name: webcheck
    description: 'Run <a href="http://arthurdejong.org/webcheck/">webcheck</a> on {webcheck_url} once a week.{do_not_edit}'
    logrotate:
      daysToKeep: 90
      numToKeep: 50
      artifactDaysToKeep: -1
      artifactNumToKeep: -1
    triggers:
      - timed: "0 1 * * 0"
    builders:
      - shell: '/srv/jenkins/bin/webcheck_url.sh {webcheck_url} {webcheck_ignore_patterns}'
    publishers:
      - logparser:
         rulespath: '/srv/jenkins/logparse/debian.rules'
         unstable_on_warning: 'false'
         fail_on_error: 'false'
    properties:
      - sidebar:
          url: http://jenkins.debian.net/userContent/about.html
          text: About jenkins.debian.net
          icon: /userContent/images/debian-swirl-24x24.png
      - sidebar:
          url: http://www.profitbricks.com
          text: Sponsored by Profitbricks
          icon: /userContent/images/profitbricks-24x24.png

- job-template:
    defaults: webcheck
    name: '{name}_www_debconf_org'

- job-template:
    defaults: webcheck
    name: '{name}_debconf13_debconf_org'

- project:
    name: webcheck
    do_not_edit: '<br><br>Configured by <a href="http://jenkins.debian.net/userContent/about.html">jenkins-job-builder</a>, do not edit this job through the web UI.'
    jobs:
      - '{name}_www_debconf_org':
         webcheck_url: 'http://www.debconf.org'
         webcheck_ignore_patterns: '^mailto:'
      - '{name}_debconf13_debconf_org':
         webcheck_url: 'http://debconf13.debconf.org'
         webcheck_ignore_patterns: '^mailto:'