diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/webcheck.yaml | 46 |
1 files changed, 29 insertions, 17 deletions
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index 27fc24cb..180265fc 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -25,6 +25,18 @@ url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png +#> <htmlpublisher.HtmlPublisher> +#> <reportTargets> +#> <htmlpublisher.HtmlPublisherTarget> +#> <reportName>webcheck Report</reportName> +#> <reportDir>.</reportDir> +#> <reportFiles>index.html</reportFiles> +#> <keepAll>false</keepAll> +#> <wrapperName>htmlpublisher-wrapper.html</wrapperName> +#> </htmlpublisher.HtmlPublisherTarget> +#> </reportTargets> +#> </htmlpublisher.HtmlPublisher> + - job-template: defaults: webcheck @@ -100,70 +112,70 @@ jobs: - '{name}_www_debian_org': webcheck_url: 'http://www.debian.org' - webcheck_ignore_patterns: '^mailto: action/edit/ ^http://qa.debian.org/developer.php http://security.debian.org/pool ^http://packages.debian.org/src:' + webcheck_ignore_patterns: '^mailto: .*action/edit.* ^http://qa.debian.org/developer.php http://security.debian.org/pool ^http://packages.debian.org/src:' timed: "0 1 * * 0" - '{name}_www_debconf_org': webcheck_url: 'http://www.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "2 1 * * 0" - '{name}_debconf13_debconf_org': webcheck_url: 'http://debconf13.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "4 1 * * 0" - '{name}_debconf12_debconf_org': webcheck_url: 'http://debconf12.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "6 1 * * 0" - '{name}_debconf11_debconf_org': webcheck_url: 'http://debconf11.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "8 1 * * 0" - '{name}_debconf10_debconf_org': webcheck_url: 'http://debconf10.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "10 1 * * 0" - '{name}_debconf9_debconf_org': webcheck_url: 'http://debconf9.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "12 1 * * 0" - '{name}_debconf8_debconf_org': webcheck_url: 'http://debconf8.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "14 1 * * 0" - '{name}_debconf7_debconf_org': webcheck_url: 'http://debconf7.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "16 1 * * 0" - '{name}_debconf6_debconf_org': webcheck_url: 'http://debconf6.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "18 1 * * 0" - '{name}_debconf5_debconf_org': webcheck_url: 'http://debconf5.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "20 1 * * 0" - '{name}_debconf4_debconf_org': webcheck_url: 'http://debconf4.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "22 1 * * 0" - '{name}_debconf3_debconf_org': webcheck_url: 'http://debconf3.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "24 1 * * 0" - '{name}_debconf2_debconf_org': webcheck_url: 'http://debconf2.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "26 1 * * 0" - '{name}_debconf1_debconf_org': webcheck_url: 'http://debconf1.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "28 1 * * 0" - '{name}_debconf0_debconf_org': webcheck_url: 'http://debconf0.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "30 1 * * 0" - '{name}_media_debconf_org': webcheck_url: 'http://media.debconf.org' - webcheck_ignore_patterns: '^mailto: action/edit/' + webcheck_ignore_patterns: '^mailto: .*action/edit.*' timed: "32 1 * * 0" |