f7f2760fe0
And use that when constructing log paths and URLs. Use a substr of the change id or commit sha when constructing URLs so the log directories are deeper. Make copying the test results a macro (it's used in several places). Update the gearman log client to take advantage of the new parameter. Requires https://review.openstack.org/#/c/36304/ Change-Id: I64faa35eddc4105271efa3de4f83b608b77655c2
31 lines
674 B
YAML
31 lines
674 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: "./tools/run-compare-xml.sh"
|
|
|
|
publishers:
|
|
- console-log
|