81fb93a251
The static-{name}-publish job only runs on repos that have no stable branches, switch it directly to xenial. Change-Id: I679ae944109eacb6a826f3797400425bd70897b7
25 lines
546 B
YAML
25 lines
546 B
YAML
# Jobs for static site publication
|
|
|
|
- job-template:
|
|
name: static-{name}-publish
|
|
node: ubuntu-xenial
|
|
|
|
builders:
|
|
- gerrit-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
|