summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use-docs/files/build.yaml
blob: 452655ae576f004ded1fc1ebf3acdbad1954b854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- project:
    name: PROJECT
    project-name: '{name}'

    build-timeout: 60
    build-node: 'opnfv-build'
    gerrit-server-name: 'gerrit.opnfv.org'
    jenkins-ssh-credential: 'd42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e'

    project-pattern: '{name}'
    rtd-build-url: RTD_BUILD_URL
    rtd-token: RTD_TOKEN

    jobs:
      - '{project-name}-rtd-jobs'