summaryrefslogtreecommitdiffstats
path: root/jjb/genesis/build-docu.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-04-16Update build-docu.sh to set metadataAric Gardner1-10/+35
Other changes: set project variable (in this case project="genesis") Creates a null delimited array iterates the array no longer writes pfd and html files to disk (uses sdtout) logs and echos results of gsutil cp turned off -vx and added some verbosity with echo and cat Change-Id: Ia9f329a9b7d45d458ecd5f7398f968d556bda053 JIRA: DOCS-14 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-15Changed build-docu.sh for genesis projectVictor Laza1-0/+3
JIRA: genesis is special in nature and it might contain various documentations that should go under specific <installer>/docs/ after it gets built Change-Id: I1e6fc9307086fd3c332addb61266992f1fb25ddb 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 genesis documentation from .rst filesVictor Laza1-0/+8
This job will use shell to build documentation for genesis project Change-Id: I143773f902bb33bbd58045415fa52cd3a14a7fa9 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>