5 project-name: 'opnfvdocs'
6 rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfvdocsdemo/79560/'
7 rtd-token: 'a96c3622a270344cf9bf3f73b0dfa04f59fc59c0'
8 project-pattern: 'opnfvdocs'
10 - '{project-name}-rtd-jobs'
11 - 'docs-merge-rtd-{stream}'
12 - 'docs-verify-rtd-{stream}'
18 branch: 'stable/{stream}'
20 branch: 'stable/{stream}'
23 name: 'docs-merge-rtd-{stream}'
25 project-type: freestyle
31 description: 'Slave label on Jenkins'
33 node-eligibility: 'ignore-offline'
39 - gerrit-trigger-change-merged:
45 - 'remove-old-docs-from-opnfv-artifacts'
48 name: 'docs-verify-rtd-{stream}'
50 project-type: freestyle
56 description: 'Slave label on Jenkins'
58 node-eligibility: 'ignore-offline'
64 default: https://gerrit.opnfv.org/gerrit/opnfvdocs
65 description: 'Git URL to use on this Jenkins Slave'
68 - git-scm-with-submodules:
72 - gerrit-trigger-patchset-created:
73 server: 'gerrit.opnfv.org'
80 sudo -H pip install virtualenv
81 virtualenv $WORKSPACE/venv
82 . $WORKSPACE/venv/bin/activate
83 pip install --upgrade pip
86 sed -i s,\-b\ html,\-b\ singlehtml,g tox.ini
88 - 'upload-review-docs'