aboutsummaryrefslogtreecommitdiff
path: root/qa-check-web-links.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'qa-check-web-links.yaml')
-rw-r--r--qa-check-web-links.yaml51
1 files changed, 0 insertions, 51 deletions
diff --git a/qa-check-web-links.yaml b/qa-check-web-links.yaml
deleted file mode 100644
index 945b4a0fce..0000000000
--- a/qa-check-web-links.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-- job:
- name: qa-check-web-links
- project-type: freestyle
- defaults: global
- logrotate:
- daysToKeep: 60
- numToKeep: 60
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- linaro:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- disabled: true
- node: docker-jessie-amd64
- display-name: 'DELETE ME'
- scm:
- - git:
- url: https://git.linaro.org/qa/checklink.git
- refspec: +refs/heads/master:refs/remotes/origin/master
- name: origin
- branches:
- - refs/heads/master
- skip-tag: true
- shallow-clone: true
- wipe-workspace: false
- wrappers:
- - timestamps
- builders:
- - shell: |
- #!/bin/sh
-
- set -e
-
- sudo apt-get update
- sudo apt-get install -y --no-install-recommends linkchecker
-
- URLs=$(cat page_checklist.txt | tr '\n' ' ')
- echo "Checking ${URLs}"
- python check-link.py -f linaro-release-page.cfg ${URLs}
- publishers:
- - archive:
- artifacts: '*.txt'
- - email-ext:
- recipients: 'qa-team@linaro.org'
- attachments: 'link_check_result.txt'
-