diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-02-01 15:41:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-01 15:41:39 +0000 |
commit | fa8ce12bb44eb1fa94eff7c1aac2acca17e4a0cc (patch) | |
tree | eefa972a5b64344ebdba997524e7c6948ad10ad5 | |
parent | 55a626cabe4e1daace2b6ef563e543c884b0de29 (diff) | |
parent | 90e52e04093d0968963660b7a579822fb048e0c0 (diff) |
Merge "docs: make center docs uploaded to the artifact server"
-rw-r--r-- | jjb/opnfvdocs/opnfvdocs.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/opnfvdocs/opnfvdocs.yml b/jjb/opnfvdocs/opnfvdocs.yml index c4fa73468..cbb8f9545 100644 --- a/jjb/opnfvdocs/opnfvdocs.yml +++ b/jjb/opnfvdocs/opnfvdocs.yml @@ -111,13 +111,15 @@ builders: - build-opnfv-composite-docs -# - upload-generated-docs-to-opnfv-artifacts + - upload-generated-docs-to-opnfv-artifacts - report-docs-build-result-to-gerrit - remove-old-docs-from-opnfv-artifacts - job-template: name: 'opnfvdocs-daily-{stream}' + disabled: true + parameters: - project-parameter: project: '{project}' |