Separate infra publications by branch name.

Change-Id: If44101b1eb909ad3e6c2ae6cb93e23c9de47ace7
Reviewed-on: https://review.openstack.org/33376
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Jeremy Stanley
2013-06-18 00:10:10 +00:00
committed by Jenkins
parent 0330666746
commit f4d66e0568
2 changed files with 3 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
- ftp:
site: docs.openstack.org
source: '**'
target: 'www/infra/publications/'
target: 'www/infra/publications/${ZUUL_BRANCH}/'
remove-prefix: ''
excludes: ''
- console-log-post

View File

@@ -113,6 +113,8 @@ jobs:
success-pattern: http://docs-draft.openstack.org/{job.name}/{pipeline.name}/{build.number}/cli/quick-start
- name: ^gate-.*-docs$
success-pattern: http://docs-draft.openstack.org/{change.number}/{change.patchset}/{pipeline.name}/{job.name}/{build.number}/doc/build/html/
- name: infra-publications-publish
branch: ^(?!master)$
- name: ^gate-.*-requirements$
failure-message: Incompatible requirement found; see https://wiki.openstack.org/wiki/Requirements
branch: ^(?!stable/(folsom|grizzly)).*$