summaryrefslogtreecommitdiffstats
path: root/jjb/doc
AgeCommit message (Collapse)AuthorFilesLines
2018-08-28Display UML diagrams for doc gerrit reviewsRich Bennett2-0/+20
Install plantuml as part of the verify build step before sphinx html builder runs. UML diagrams will then be included with the verify job archived html folder for use in gerrit code reviews. Change-Id: I7eb1b42d57d5352257a43f5e5d9ef1ef9a175d11 Issue-ID: DOC-314 Signed-off-by: Rich Bennett <rb2745@att.com>
2018-08-28Remove unnecessary CLM jobGildas Lanilis1-11/+0
doc-tool is an empty repo and ths no need to run CLM job Change-Id: I49a7b1c00d1cfc22ed848f52b972ff1b590a6a47 Issue-ID: CIMAN-199 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall1-0/+11
This reverts commit 74c6abf7b5ec8663d0a7a437325d47274f6c111f. Issue-ID: CIMAN-33 Change-Id: I5c8cd455908ee6352d273db5ff76cd6529f3d8af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-23Remove CLM jobsJessica Wagantall1-11/+0
Remove CLM jobs as they are exposing proprietary information. Looking into how to handle these better. Change-Id: I8dde2f314af5a945163e0b1172926c398ec78c37 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-20Remove CLM job for docJessica Wagantall1-1/+0
doc repo does not have any maven files. There is no point in running CLM on those. Change-Id: I279ae2ba0d1fe4027ec15dfb38421bd5535796c6 Issue-ID: CIMAN-116 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-07-14Make code sections readable and consistentAnil Belur1-2/+0
- Add empty line between project sections. Issue-ID: CIMAN-1 Change-Id: If799176581c1fc90e1d8ce2eead7582552e35db4 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2018-06-01Increase doc timeoutJessica Wagantall1-1/+1
Increase submodule sync to 24 for doc templates. Recently we have been seeing some issues and 12 timeout doesn't seem to be enough at times. Change-Id: I6f1bd36cc7b0b640dcc3deb6adbbbbefc05e6127 Issue-ID: CIMAN-163 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-05-29Prepare for Beijing branch of doc projectRich Bennett2-0/+5
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>
2018-03-19Rename basebuild to builderJessica Wagantall1-1/+1
Rename nodes from "basebuild" to "builder" in preparation for updating to common-packer. Change-Id: I6ff64e3ee5c856391430296aded45d84c46de171 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-20Add missing CLM jobs dmaap, docJessica Wagantall2-2/+13
Change-Id: I91e036bc3dfba815b9ed5806686c7c48b5134261 Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-22Add Amsterdam stream to JJB doc project templateRich Bennett1-0/+2
Issue-ID: DOC-98 Change-Id: I689173735efc40be53433445a86f1206aa041d45 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-09-05Add support for repo.git submodule directoriesRich Bennett1-1/+5
Some ONAP projects use a node in the repository path to represent both hierarchy for lower level repositories and an actual respository. To support this in the doc project submodules directory structure we will append .git to every repository. For example, here are three directories two of which represent repositories appc.git appc/deployment.git. The doc-master-verify-rtd template has been modified to work with repo.git naming when it exist and remain compatible repo naming until .git is added to all repositories Change-Id: I0b97fe71e129afaa400bef3385c4cc8d2d525c49 Issue-ID: DOC-33 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-08-23Set choosing strategy to defaultJeremy Phelps1-3/+3
The doc project aggregates other projects docs and builds them. This needs the default choosing strategy. Change-Id: I99ebdfc553cf86b58aaf909e9c0923c26aa3660c Issue-ID: DOC-11 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2017-08-23Use submodule extension correctlyJeremy Phelps1-2/+3
Change-Id: I09ec42618b57e54bc11742ae1bd1da36a45e6b01 Issue-ID: DOC-11 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2017-08-22Update scm definition with appropriate settingsJeremy Phelps1-3/+15
Issue-ID: DOC-11 Change-Id: Iaeeee0b5cd936d5cc0108f8acf8106e066ae9372 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2017-08-22Implement ODL JJB get-scm-with-submodulesRich Bennett2-11/+9
Provide null refspec to gerrit-trigger-scm Issue-ID: DOC-11 Change-Id: I5e78f9960ecdedba7f7ae247c04d6671d5cf7273 Signed-off-by: Rich Bennett <rb2745@att.com>
2017-08-14Add DOC project JJB jobs and RTD job templatesRich Bennett3-0/+169
Job template for verify sphinx/restructured text source Job template for merge/publish to readthedocs.io Issue-ID: DOC-12 Change-Id: Id344df0f4a0c517ca3ca80dff1631560ec5c2a71 Signed-off-by: Rich Bennett <rb2745@att.com>