summaryrefslogtreecommitdiffstats
path: root/jjb/opnfvdocs/build-docu.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-04-20Separate merge and verify script contents to avoid gs uploadVictor Laza1-42/+0
JIRA: DOCS-22 - Separate merge and verify script contents to avoid gs upload Needs to be done under releng jjb for all R1 projects Change-Id: If9b4815e733a6b773f49f0dc3cd6da84618979fd Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-20Expanding artifacts management for R1 inside build-docu.shVictor Laza1-28/+28
JIRA: DOCU-20 - Expanding artifacts management for R1 inside build-docu.sh Change-Id: I4e8ac6bce3f6c47aff56e89e8133d2b4e547ff87 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-17Was writing over the html with the pdf.Aric Gardner1-1/+1
Change-Id: If0a090363a365a06bae9a07c831423e6491cda9b JIRA:0000 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-17fix typo, also delete gsoutput.txt after it is echoedAric Gardner1-2/+3
gsutil was silently dying refusing to overrite gsoutput.txt JIRA:0000 Change-Id: I8e633677908335e035f86f5aa9a60bb8f0600177 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-17Update [4] on build-docu.sh for opnfvdocs project, fixing sed variableVictor Laza1-2/+2
JIRA: fixing sed variable Change-Id: Id0bd7792030685c7db607204c10d77af1b0f97f0 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-17Update [3] on build-docu.sh for opnfvdocs project, added sha & dateVictor Laza1-3/+11
JIRA: Added sha1 & date injection & eliminating "./" in the path of files Change-Id: I153ff2f4efe7226887283923896202a59bfe5d3d Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-17Update [2] on build-docu.sh for opnfvdocs project, gsutil minor fixVictor Laza1-1/+1
JIRA: This issue fixes "CommandException: No URLs matched:" related to gsutil by eliminating the 1st "/" in the path of files Change-Id: If263768a3c030c671881746a7fc4d31df2f8901e Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-17Update [1] on build-docu.sh for opnfvdocs projectVictor Laza1-9/+5
JIRA: Done to avoid "bad substitution" in ${dirname "${file}"} Change-Id: I30ee87e6bc526e6baf3f4008ff90a7d1673d70a2 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-17Removed artifacts copy from jjbVictor Laza1-7/+35
JIRA: artifacts copy will be included in build-docu.sh Change-Id: I30fd6c1b30bb96ad523c766ed7e8151ba51b4f2e Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-14Added verbosity for the script that builds documentationVictor Laza1-0/+1
JIRA: DOCS-XXX - Added verbosity for the build-docu.sh script that builds documentation so details would be seen in "Console Output" when Jenkins build the job Change-Id: Iba927ede60694f7558c2bf51d58672fde55e2bca Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
2015-04-08Double up the curly braces because reasons.Aric Gardner1-1/+1
Change-Id: I755c8fa792716307606ffb5c5f6b370f076b67e9 JIRA:0000 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-08JIRA: DOCU-2 - Adding a job to build documentation from .rst filesVictor Laza1-0/+8
This job will use shell to build documentation on Spirent's lab slave that has docutils installed Change-Id: I3a049b3e4a70e77f3449f5f9b38b8a52a4b55fac Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>