project-config/jenkins/jobs/project-team-guide.yaml
Andreas Jaeger a6af960be7 Switch to Xenial: project-team-guide-publish
The docs jobs run already on xenial, change the publish job directly
from trusty to xenial since the repo has only a master branch.

Change-Id: Ifc8ba3e934e5d0e94fc9efd73b2e068f70fa180b
2016-12-07 07:22:22 +01:00

24 lines
556 B
YAML

- job:
name: project-team-guide-publish
node: ubuntu-xenial
builders:
- gerrit-git-prep
- install-distro-packages
- revoke-sudo
- docs
publishers:
- ftp:
site: docs.openstack.org
source: 'doc/build/html/**'
target: 'project-team-guide'
remove-prefix: 'doc/build/html'
excludes: ''
- afs:
site: afs-docs
source: 'doc/build/html/**'
target: 'project-team-guide'
remove-prefix: 'doc/build/html'
- console-log