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:
parent
dab09b9646
commit
bd394410f3
@ -37,7 +37,7 @@
|
|||||||
- console-log-post
|
- console-log-post
|
||||||
- ftp:
|
- ftp:
|
||||||
site: docs.openstack.org
|
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: '/'
|
target: '/'
|
||||||
remove-prefix: 'openstack-api-programming/target/docbkx/webhelp/'
|
remove-prefix: 'openstack-api-programming/target/docbkx/webhelp/'
|
||||||
excludes: '**/*.xml,**/null*'
|
excludes: '**/*.xml,**/null*'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user