Fix openstack-api-programming Jenkins job.

Fixes bug 1185966

The FTP source path was wrong in the openstack-api-programming job. It
was trying to copy from a source path that does not exist. Use the
correct path.

Change-Id: I89d664e44cd4df64998731565ba96882c11feece
Reviewed-on: https://review.openstack.org/31680
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2013-06-04 11:03:51 -07:00 committed by Jenkins
parent dab09b9646
commit bd394410f3

View File

@ -37,7 +37,7 @@
- console-log-post
- ftp:
site: docs.openstack.org
source: 'openstack-api-programming/target/docbkx/webhelp/api/openstack-compute/programmer/**'
source: 'openstack-api-programming/target/docbkx/webhelp/openstack-api-programming/admin/**'
target: '/'
remove-prefix: 'openstack-api-programming/target/docbkx/webhelp/'
excludes: '**/*.xml,**/null*'