diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2018-04-26 05:47:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-26 05:47:31 +0000 |
commit | 4be3e4a21b161c2602ececefe8ff11114a9348f5 (patch) | |
tree | 483ecaef7365d5848a4a259175d57379a8ba04ab | |
parent | 7ad76ea8d3f6840f145e8c9fa004d2be528f94b7 (diff) | |
parent | 221bd04bab54af75d6efea0e5e28fc637f4af685 (diff) |
Merge "Fix functest 'api/build' docs path"
-rw-r--r-- | jjb/functest/functest-project-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest-project-jobs.yml b/jjb/functest/functest-project-jobs.yml index 4468da778..9a123053f 100644 --- a/jjb/functest/functest-project-jobs.yml +++ b/jjb/functest/functest-project-jobs.yml @@ -220,7 +220,7 @@ builders: - shell: | cd $WORKSPACE && tox -edocs - wget -O - https://git.opnfv.org/releng/plain/utils/upload-artifact.sh | bash -s "api/_build" "docs" + wget -O - https://git.opnfv.org/releng/plain/utils/upload-artifact.sh | bash -s "api/build" "docs" ################################ # job publishers ################################ |