summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest-project-jobs.yml
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-08-11 17:05:54 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2017-08-11 17:05:54 +0200
commit5499e26627982add4608aada5343cf1442faa467 (patch)
tree8aeebde56545e49ae8bf697573dc415fa36a386f /jjb/functest/functest-project-jobs.yml
parentbe3f797263efd68c1b2258719b60457937f910e0 (diff)
bug fix: bad path on auto generated documentation
as mentioned in the jenkins logs [1], the folder is not correct replace functest/api/_ build by docs/api/_build [1]: https://build.opnfv.org/ci/view/functest/job/functest-docs-upload-master/48/console Change-Id: I40f4c08474ff017f1616d463b6c5165cd6514c32 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'jjb/functest/functest-project-jobs.yml')
-rw-r--r--jjb/functest/functest-project-jobs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest-project-jobs.yml b/jjb/functest/functest-project-jobs.yml
index 1966e52de..64f48efb8 100644
--- a/jjb/functest/functest-project-jobs.yml
+++ b/jjb/functest/functest-project-jobs.yml
@@ -132,4 +132,4 @@
builders:
- shell: |
cd $WORKSPACE && tox -edocs
- wget -O - https://git.opnfv.org/releng/plain/utils/upload-artifact.sh | bash -s "functest/api/_build" "docs"
+ wget -O - https://git.opnfv.org/releng/plain/utils/upload-artifact.sh | bash -s "docs/api/_build" "docs"