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}'
22 branch: 'stable/{stream}'
25 name: 'docs-merge-rtd-{stream}'
27 project-type: freestyle
33 description: 'Slave label on Jenkins'
35 node-eligibility: 'ignore-offline'
41 - gerrit-trigger-change-merged:
47 - 'remove-old-docs-from-opnfv-artifacts'
50 name: 'docs-verify-rtd-{stream}'
52 project-type: freestyle
58 description: 'Slave label on Jenkins'
60 node-eligibility: 'ignore-offline'
66 default: https://gerrit.opnfv.org/gerrit/opnfvdocs
67 description: 'Git URL to use on this Jenkins Slave'
70 - git-scm-with-submodules:
74 - gerrit-trigger-patchset-created:
75 server: 'gerrit.opnfv.org'
82 sudo -H pip install virtualenv
83 virtualenv $WORKSPACE/venv
84 . $WORKSPACE/venv/bin/activate
85 pip install --upgrade pip
88 sed -i s,\-b\ html,\-b\ singlehtml,g tox.ini
90 - 'upload-review-docs'