2014-11-20 17:36:36 +03:00
|
|
|
# This is a non-standard docs job because it uses SCP instead of FTP
|
|
|
|
- job:
|
|
|
|
name: python-storyboardclient-infra-docs
|
2016-03-05 15:47:47 +01:00
|
|
|
node: ubuntu-trusty
|
2014-11-20 17:36:36 +03:00
|
|
|
|
|
|
|
builders:
|
|
|
|
- gerrit-git-prep
|
2016-03-05 15:47:47 +01:00
|
|
|
- install-distro-packages
|
|
|
|
- revoke-sudo
|
2014-11-20 17:36:36 +03:00
|
|
|
- docs
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- scp:
|
|
|
|
site: '173.203.107.207' # ci.openstack.org
|
|
|
|
files:
|
|
|
|
- target: 'ci/python-storyboardclient'
|
|
|
|
source: 'doc/build/html/**/*'
|
|
|
|
keep-hierarchy: true
|
|
|
|
- console-log
|