diff options
author | Rich Bennett <rb2745@att.com> | 2018-05-29 07:26:23 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2018-05-29 07:26:23 -0400 |
commit | 824c1a8e21b53d7b1e40130616a592d3bf861cd7 (patch) | |
tree | da0d8b044d7c798a5c92883916217b72328ad047 | |
parent | d8c3b492e76cc48e6876914e1cdfc345da5208df (diff) |
Prepare for Beijing branch of doc project
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>
-rw-r--r-- | jjb/doc/doc-templates-rtd.yaml | 3 | ||||
-rw-r--r-- | jjb/doc/doc.yaml | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/jjb/doc/doc-templates-rtd.yaml b/jjb/doc/doc-templates-rtd.yaml index 884c3706b..13b258310 100644 --- a/jjb/doc/doc-templates-rtd.yaml +++ b/jjb/doc/doc-templates-rtd.yaml @@ -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: diff --git a/jjb/doc/doc.yaml b/jjb/doc/doc.yaml index 03a9e18cb..018f74ac4 100644 --- a/jjb/doc/doc.yaml +++ b/jjb/doc/doc.yaml @@ -18,3 +18,5 @@ branch: 'master' - amsterdam: branch: 'amsterdam' + - beijing: + branch: 'beijing' |