summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use-docs/files/build.yaml
diff options
context:
space:
mode:
authorSofia Wallin <sofia.wallin@ericsson.com>2018-09-06 07:31:00 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-09-06 07:31:00 +0000
commit6a6059b049580ea0521e4a57f41ed9029dd9d45f (patch)
treefe7e4655dbf7d719606a2e983ad55b05cc22b346 /docs/how-to-use-docs/files/build.yaml
parente69ca1f98fdec6f3f6e018517ac22317e00f8605 (diff)
parentf969fcba17f8fed8983848ea985b0f8da157d152 (diff)
Merge "Update formatting and expand local build guide"
Diffstat (limited to 'docs/how-to-use-docs/files/build.yaml')
-rw-r--r--docs/how-to-use-docs/files/build.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/how-to-use-docs/files/build.yaml b/docs/how-to-use-docs/files/build.yaml
new file mode 100644
index 000000000..452655ae5
--- /dev/null
+++ b/docs/how-to-use-docs/files/build.yaml
@@ -0,0 +1,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'