dec97720d5
* .../jenkins_job_builder/config/job-builder.yaml: * .../jenkins_job_builder/config/openstack-ci-puppet.yaml: Run select-mirror.sh before running the compare scripts. This ensures that dependencies not in the OpenStack mirror can be downloaded. Without it pip may be configured to only use the OpenStack mirror. Change-Id: Ie1ce67deb78e4bdfe20884bb6bda0fbb57db2f0e
33 lines
787 B
YAML
33 lines
787 B
YAML
# This is a non-standard docs job because it uses SCP instead of FTP
|
|
- job:
|
|
name: jenkins-job-builder-docs
|
|
node: precise
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- docs:
|
|
github-org: openstack-infra
|
|
project: jenkins-job-builder
|
|
|
|
publishers:
|
|
- scp:
|
|
site: '173.203.107.207'
|
|
files:
|
|
- target: 'ci/jenkins-job-builder'
|
|
source: 'doc/build/html/**/*'
|
|
keep-hierarchy: true
|
|
- console-log
|
|
|
|
- job:
|
|
name: jenkins-job-builder-compare-xml
|
|
node: precise
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
source /usr/local/jenkins/slave_scripts/select-mirror.sh openstack-infra jenkins-job-builder
|
|
./tools/run-compare-xml.sh
|
|
|
|
publishers:
|
|
- console-log
|