project-config/jenkins/jobs/python-storyboardclient.yaml

20 lines
499 B
YAML
Raw Normal View History

# This is a non-standard docs job because it uses SCP instead of FTP
- job:
name: python-storyboardclient-infra-docs
node: ubuntu-trusty
builders:
- gerrit-git-prep
- install-distro-packages
- revoke-sudo
- 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