From 221bd04bab54af75d6efea0e5e28fc637f4af685 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 24 Apr 2018 06:47:14 -0700 Subject: Fix functest 'api/build' docs path This is incorrectly listed as 'api/_build' which is causing the functest-docs-upload-master job to fail. Change-Id: I555b6e5e059712d501835d6e335a4de40bab255f Signed-off-by: Trevor Bramwell --- jjb/functest/functest-project-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ################################ -- cgit 1.2.3-korg