Prepare for Beijing branch of doc project 45/49345/1
authorRich Bennett <rb2745@att.com>
Tue, 29 May 2018 11:26:23 +0000 (07:26 -0400)
committerRich Bennett <rb2745@att.com>
Tue, 29 May 2018 11:26:23 +0000 (07:26 -0400)
Add branch to doc project
Move html build tree to jenkins archive on  verify jobs

Change-Id: I3bc2a6de908fc00ce6d9b91fee6de5067997ef98
Issue-ID: DOC-270
Signed-off-by: Rich Bennett <rb2745@att.com>
jjb/doc/doc-templates-rtd.yaml
jjb/doc/doc.yaml

index 884c370..13b2583 100644 (file)
@@ -42,6 +42,7 @@
           wipe-workspace: true
           submodule:
             recursive: '{submodule-recursive}'
+            timeout: '12'
 
     wrappers:
       - infra-wrappers:
@@ -76,6 +77,8 @@
           pip freeze
           cd $WORKSPACE/{path}
           tox
+          mkdir -p "$WORKSPACE/archives"
+          mv  docs/_build/html "$WORKSPACE/archives/"
 
     publishers:
       - infra-shiplogs:
index 03a9e18..018f74a 100644 (file)
@@ -18,3 +18,5 @@
           branch: 'master'
       - amsterdam:
           branch: 'amsterdam'
+      - beijing:
+          branch: 'beijing'