diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-09 16:43:33 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-09 16:43:33 +0100 |
commit | 1bbedcf41c85655c8d45edf1c4d7357ae23ea0f5 (patch) | |
tree | 5416e11bbf1d0225616059670152b63490cb1b5f | |
parent | e7be5b674629b67158aafaa2f0e954a4e599ae08 (diff) | |
download | jenkins.debian.net-1bbedcf41c85655c8d45edf1c4d7357ae23ea0f5.tar.xz |
fixup: ignore more urls and put that info in the job description
-rw-r--r-- | job-cfg/webcheck.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index 853732e9..7f3a1585 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -1,7 +1,7 @@ - defaults: name: webcheck - description: 'Run <a href="http://arthurdejong.org/webcheck/">webcheck</a> on {webcheck_url} once a week while ignore these patters: <pre>{webcheck_ignore_patterns</pre>.{do_not_edit}' + description: 'Run <a href="http://arthurdejong.org/webcheck/">webcheck</a> on {webcheck_url} once a week while ignore these patters: <pre>{webcheck_ignore_patterns}</pre>.{do_not_edit}' logrotate: daysToKeep: 90 numToKeep: 50 |