summaryrefslogtreecommitdiffstats
path: root/jjb/doctor/docu-build.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-09-08Fix docu_build.sh for doctor and promiseRyota MIBU1-3/+9
JIRA: RELENG-29 Change-Id: Ia9b2f1ac3f420cd3d8e0be0addda8fe7802a982e Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-07-07[doctor] make sure jenkins deletes old filesRyota MIBU1-8/+6
Currently, jenkis will remove old built files under review/<change-ID> only when "change-merged". This won't performed in "remerge" jobs. This patch make sure that jenkins deletes out-of-dated document files from the artifact server after it successfully uploaded latest documents to the server. JIRA: DOCTOR-12 Change-Id: I6891fec8559e75ad81d86258ade6d32a7bd0e368 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-07-06[doctor] fix file paths to upload in merge jobsRyota MIBU1-2/+2
This patch fixs dir/file paths to upload latest built document in merge jobs. This patch also delete unused file (doctor/t.sh). JIRA: DOCTOR-12 Change-Id: I1539e4352e6682a2f90de321355d0dc7762cffa8 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-07-03[doctor] upload docs built in verify jobsRyota MIBU1-16/+41
This patch configure jenkins doctor job to upload documents built in verify jobs, so that reviewers can check how document would be changed. This patch also clean up doctor.yml and delete script files. JIRA: DOCTOR-12 Change-Id: Ia57ced1f263f691bd288946dd44da37199b3bfc6 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-06-05Comment out 'gsutil setmeta'Ryota MIBU1-2/+2
JIRA: OCTO-67 Change-Id: I066c8dcc83b867561e026fdbfed9142bec32294e Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-06-04Fix target file path for 'gsutil setmeta'Ryota MIBU1-5/+4
JIRA: OCTO-67 Change-Id: I2dd39cb9733e1bb79b3c7fafc18f6c9989d98eb0 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-05-19Recursively copy files from Doctor to artifactsCarlos Goncalves1-1/+1
JIRA: OCTO-67 Change-Id: I667fc1aee080cf6f6fa2b5706f1f59fbd2b3491d Signed-off-by: Carlos Goncalves <mail@cgoncalves.pt>
2015-05-14Doctor doc scripts adapted to project needsCarlos Goncalves1-52/+14
Verification and building scripts have been adapted to serve Doctor project specific needs. In Doctor we want to build design_docs in HTML format, and requirement deliverable in HTML and PDF formats. We store generated files in artifacts.opnfv.org Jenkins master node may require installation of additional software as new dependencies are here introduced (sphinx-build, sphinx numfig extension, make, LaTeX). JIRA: OCTO-67 Change-Id: Ieedbc3a01ba133575702cc7d5af6cc0bcee8a5d3 Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
2015-05-11Documentation build scripts for Doctor projectCarlos Goncalves1-0/+63
JIRA: DOCS-29 Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>