51378f9164
Change-Id: Ie06704617ad930da23d665cf9b6b8df5b465f2d1 Reviewed-on: https://review.openstack.org/11971 Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
66 lines
1.5 KiB
YAML
66 lines
1.5 KiB
YAML
- 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*'
|
|
|
|
- job:
|
|
name: netconn-api-v20
|
|
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/pom.xml
|
|
goals: 'clean generate-sources'
|
|
|
|
publishers:
|
|
- console-log-post
|
|
- ftp:
|
|
site: docs.openstack.org
|
|
source: 'doc/target/docbkx/webhelp/quantum-api-2.0/quantum-api-guide/**'
|
|
target: 'api/openstack-network/2.0/'
|
|
remove-prefix: 'doc/target/docbkx/webhelp/quantum-api-2.0/quantum-api-guide/'
|
|
excludes: '**/*.xml,**/null*'
|