From f969fcba17f8fed8983848ea985b0f8da157d152 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 5 Sep 2018 22:39:11 -0700 Subject: Update formatting and expand local build guide These changes will hopefully make it clearer to people working on transitioning their docs over. Change-Id: I6f9857e53b5981fde4286f1208363a004c7bcbf9 Signed-off-by: Trevor Bramwell --- docs/how-to-use-docs/files/build.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/how-to-use-docs/files/build.yaml (limited to 'docs/how-to-use-docs/files/build.yaml') 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' -- cgit 1.2.3-korg