jenkins-job-builder/.zuul.yaml
Thanh Ha 7b00932d2c
Enable docs-linkcheck
This toxenv will allow us to flag URLs that no longer work. We
also switch from using old style setup.py build_sphinx to the
newer sphinx-build command.

Change-Id: I62f42918814fb6eea4876e0d22c6bccddf86a826
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
2020-01-06 09:50:13 -05:00

28 lines
643 B
YAML

- job:
name: jjb-tox-cross-python-jenkins
description: Tests compatibility with master branch of python-jenkins
parent: tox-py27
required-projects:
- jjb/python-jenkins
- jjb/jenkins-job-builder
voting: true
- job:
name: jjb-tox-docs-linkcheck
parent: tox
vars:
tox_envlist: docs-linkcheck
- project:
templates:
- docs-on-readthedocs
- openstack-python-jobs-no-constraints
- openstack-python35-jobs-no-constraints
vars:
rtd_webhook_id: '47271'
check:
jobs:
- jjb-tox-cross-python-jenkins
- jjb-tox-docs-linkcheck
- tox-cover