system-config/modules/openstack_project/files/jenkins_job_builder/config/infra-publications.yaml

18 lines
410 B
YAML

# simply copy the contents of the repository to the server, no building needed
- job:
name: infra-publications-publish
concurrent: false
node: precise
builders:
- gerrit-git-prep
publishers:
- ftp:
site: docs.openstack.org
source: '**'
target: 'www/infra/publications/'
remove-prefix: ''
excludes: ''
- console-log-post