e6b82fc88c
As part of a phased approach to starting testing on Ubuntu/Quantal, we're first moving openstack-infra jobs to them before risking more project-wide disruption. Change-Id: I65d8ea3b798ac06f138a364c9656476dab35eaca Reviewed-on: https://review.openstack.org/23841 Reviewed-by: Monty Taylor <mordred@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
35 lines
662 B
YAML
35 lines
662 B
YAML
# This is a non-standard docs job because it uses SCP instead of FTP
|
|
- job:
|
|
name: jenkins-job-builder-docs
|
|
node: quantal
|
|
|
|
triggers:
|
|
- zuul-post
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- docs
|
|
|
|
publishers:
|
|
- scp:
|
|
site: '173.203.107.207'
|
|
files:
|
|
- target: 'ci/jenkins-job-builder'
|
|
source: 'doc/build/html/**/*'
|
|
keep-hierarchy: true
|
|
- console-log-post
|
|
|
|
- job:
|
|
name: jenkins-job-builder-compare-xml
|
|
node: quantal
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- shell: "./tools/run-compare-xml.sh"
|
|
|
|
publishers:
|
|
- console-log
|