project-config/jenkins/jobs/static-publish-jobs.yaml
Andreas Jaeger acf7572d10 s/gerrit-git-prep/zuul-git-prep/g
We do not need gerrit-git-prep anymore, zuul-git-prep works on all our
slaves and has the advantage of using zuul-cloner so that the local
cache is used and Depends-On works.

Remove gerrit-git-prep and use zuul-git-prep instead everywhere.

Change-Id: I2f106af58f78fceaf3c497fe43e6f5a002695645
2017-04-03 19:36:51 +02:00

25 lines
544 B
YAML

# Jobs for static site publication
- job-template:
name: static-{name}-publish
node: ubuntu-xenial
builders:
- zuul-git-prep
- install-distro-packages
- revoke-sudo
- docs:
project: '{name}'
- static-publish-prep:
source: 'doc/build/html'
publishers:
- scp:
site: static.openstack.org
files:
- target: '{docroot}/'
source: '**'
keep-hierarchy: true
copy-after-failure: false
- console-log