Zack Williams | 3403ff4 | 2019-08-13 18:30:42 -0700 | [diff] [blame] | 1 | --- |
| 2 | # jobs for 'trellis-docs' repo |
| 3 | |
| 4 | - project: |
| 5 | name: trellis-docs |
| 6 | project: '{name}' |
| 7 | |
| 8 | jobs: |
| 9 | - 'verify-trellis-docs-jobs': |
| 10 | branch-regexp: '{supported-branches-regexp}' |
| 11 | - 'publish-trellis-docs-jobs': |
| 12 | branch-regexp: '{supported-branches-regexp}' |
| 13 | |
| 14 | - job-group: |
| 15 | name: 'verify-trellis-docs-jobs' |
| 16 | jobs: |
| 17 | - 'verify-licensed' |
| 18 | - 'tag-check': |
| 19 | dependency-jobs: 'license-check_trellis-docs' |
| 20 | - 'make-test': |
| 21 | junit-allow-empty-results: true |
| 22 | |
| 23 | - job-group: |
| 24 | name: 'publish-trellis-docs-jobs' |
| 25 | jobs: |
| 26 | - 'version-tag' |
| 27 | - 'sync-dir': |
| 28 | dependency-jobs: 'version-tag_trellis-docs' |
Zack Williams | f8d5dab | 2020-06-23 15:13:33 -0700 | [diff] [blame] | 29 | build-command: 'make multiversion' |
| 30 | build-output-path: '_build/multiversion/' |
Zack Williams | 3403ff4 | 2019-08-13 18:30:42 -0700 | [diff] [blame] | 31 | sync-target-server: 'guide.opencord.org' |
| 32 | sync-target-path: '/var/www/trellis-docs/' |