Add openstack-cli-guide job.
Change-Id: Ie4284546c732f2cf5d221a0ff5bd24dcb05273d3 Reviewed-on: https://review.openstack.org/11926 Reviewed-by: Anne Gentle <anne@openstack.org> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
a2c8473fe4
commit
bd399216f1
modules/openstack_project/files
@ -0,0 +1,32 @@
|
||||
- job:
|
||||
name: openstack-cli-guide
|
||||
project-type: maven
|
||||
concurrent: true
|
||||
node: precise
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 40
|
||||
fail: true
|
||||
|
||||
triggers:
|
||||
- zuul-post
|
||||
|
||||
prebuilders:
|
||||
- gerrit-git-prep
|
||||
|
||||
maven:
|
||||
root-module:
|
||||
group-id: org.openstack.docs
|
||||
artifact-id: openstack-guide
|
||||
root-pom: doc/src/docbkx/cli-guide/pom.xml
|
||||
goals: 'clean generate-sources'
|
||||
|
||||
publishers:
|
||||
- console-log-post
|
||||
- ftp:
|
||||
site: docs.openstack.org
|
||||
source: 'doc/src/docbkx/cli-guide/target/docbkx/webhelp/bk-cli-guide/**'
|
||||
target: 'cli/quick-start'
|
||||
remove-prefix: 'doc/src/docbkx/cli-guide/target/docbkx/webhelp/bk-cli-guide/'
|
||||
excludes: '**/*.xml,**/null*'
|
@ -595,3 +595,6 @@ projects:
|
||||
- gate-reddwarf-python26
|
||||
- gate-reddwarf-python27
|
||||
|
||||
- name: openstack/openstack-manuals
|
||||
post:
|
||||
- openstack-cli-guide
|
||||
|
Loading…
Reference in New Issue
Block a user