summaryrefslogtreecommitdiffstats
path: root/jjb/opnfvdocs/docu-build.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-06-16Create daily jenkins jobs for opnfvdocs for stable/arnochenshuai@huawei.com1-12/+14
JIRA: OCTO-95 Change-Id: I8659ca905b222d071cb642f01d899993a1d2b42b Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2015-06-11Use new version docu-build.shAric Gardner1-6/+5
Update jobs to use new version docu-build.sh, as well as cease using depreciated docu-verify.sh These two are special cases and will be handled in a seperate commit. ./doctor/docu-build.sh ./genesis/docu-build.sh Change-Id: I3e1d7750fce0a1e97e9c1904983e67189e0b8a32 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-05-27Clean up temporary artifacts on mergeAric Gardner1-0/+8
Change-Id: I2c7bac351205e5327ad1dd084b16cea4eed1bfef JIRA: DOCS-36 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-05-27$GERRIT_EVENT_TYPE != "change-merged" should cover comments added etc.Aric Gardner1-1/+1
Change-Id: I47d8872382dcc488c9e1c43e06de00c4fcc213d3 JIRA:DOCS-36 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-05-27Missed adding $patchset in two placesAric Gardner1-2/+2
JIRA:DOCS-36 Change-Id: I8baa764cfa4c668a71c9bea018e90315942a683e Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-05-27Missing [[]] doh!Aric Gardner1-1/+1
Change-Id: I073888c96362011500e3206d779707ac6b86b111 JIRA: DOCS-36 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-05-27capture the location of published artifacts and output them all at the bottomAric Gardner1-2/+12
This should work for the verify jobs as well now Change-Id: Ib96ed226894aca2e01c30603d08965256125d604 JIRA: DOCS-36 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-30Include dynamic project variable in build-docu scriptsVictor Laza1-0/+63
JIRA: DOCS-24 - Include dynamic project variable in build-docu scripts as oposite to hard-coded value how it's now set; shortened script names for better visibility Change-Id: Ib55d3c985f1cd27fd834d728659b9273b46773e4 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>