Aric Gardner | 35129ea | 2020-02-03 12:31:05 -0500 | [diff] [blame] | 1 | # Global read the docs version 3 jobs |
| 2 | # |
| 3 | # jobs trigger for all projects, all branches |
| 4 | # on any changes to files in a docs/ directory |
| 5 | # and publish subprojects to readthedocs.io |
| 6 | # using credentials from Jenkins settings |
| 7 | --- |
| 8 | - project: |
| 9 | name: rtdv3-view |
| 10 | project-name: rtdv3-global |
| 11 | views: |
| 12 | - project-view |
| 13 | |
| 14 | - project: |
| 15 | name: rtdv3-global |
Aric Gardner | 1d69b80 | 2020-02-04 14:37:13 -0500 | [diff] [blame] | 16 | default-version: latest |
| 17 | tox-dir: "docs/" |
Aric Gardner | 01be0fd | 2020-02-06 15:53:06 -0500 | [diff] [blame] | 18 | doc-dir: "_build/html" |
Jessica Wagantall | 4d12cbc | 2023-03-16 10:25:22 -0700 | [diff] [blame] | 19 | build-node: centos8-builder-2c-1g |
Cédric Ollivier | 4d5baac | 2022-04-07 10:47:10 +0200 | [diff] [blame] | 20 | # the jjb is very short and filtering docs falsy raises side effects in |
| 21 | # ONAP doc |
| 22 | gerrit_trigger_file_paths: |
Cédric Ollivier | 468ef69 | 2022-04-04 17:25:20 +0200 | [diff] [blame] | 23 | # override the default to allow rechecking a patchset |
| 24 | gerrit_verify_triggers: |
| 25 | - patchset-created-event: |
| 26 | exclude-drafts: true |
| 27 | exclude-trivial-rebase: false |
| 28 | exclude-no-code-change: false |
| 29 | - draft-published-event |
| 30 | - comment-added-contains-event: |
| 31 | comment-contains-value: "(recheck|reverify)" |
Aric Gardner | 35129ea | 2020-02-03 12:31:05 -0500 | [diff] [blame] | 32 | # override the default to ignore ref-updated-event (tag) |
| 33 | gerrit_merge_triggers: |
| 34 | - change-merged-event |
| 35 | - comment-added-contains-event: |
Cédric Ollivier | 468ef69 | 2022-04-04 17:25:20 +0200 | [diff] [blame] | 36 | comment-contains-value: "remerge" |
Aric Gardner | 35129ea | 2020-02-03 12:31:05 -0500 | [diff] [blame] | 37 | jobs: |
Jessica Wagantall | e54ab52 | 2023-09-07 09:19:31 -0700 | [diff] [blame] | 38 | - rtdv3-global-verify: |
| 39 | disable-job: true |
Jessica Wagantall | 33e0ac4 | 2020-08-26 15:49:54 -0700 | [diff] [blame] | 40 | - rtdv3-global-merge: |
| 41 | build-timeout: 30 |
Jessica Wagantall | e54ab52 | 2023-09-07 09:19:31 -0700 | [diff] [blame] | 42 | disable-job: true |
Aric Gardner | 35129ea | 2020-02-03 12:31:05 -0500 | [diff] [blame] | 43 | stream: |
| 44 | - master: |
Andrew Grimberg | 6630206 | 2023-05-03 09:11:03 -0700 | [diff] [blame] | 45 | branch: "*" |