Update bitrot jobs to SCP results.html.
Have the bitrot jobs SCP **/*results.html to the log server. Change-Id: I5fe4f919be47d06105100dad83fbb92255906162 Reviewed-on: https://review.openstack.org/11775 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
16bb62e795
commit
fe10f36a71
@ -21,7 +21,16 @@
|
||||
- python26
|
||||
|
||||
publishers:
|
||||
- console-log-periodic
|
||||
- scp:
|
||||
site: 'static.openstack.org'
|
||||
files:
|
||||
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
||||
source: '**/*results.html'
|
||||
keep-hierarchy: false
|
||||
copy-after-failure: true
|
||||
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
||||
copy-console: true
|
||||
copy-after-failure: true
|
||||
|
||||
scm:
|
||||
- git:
|
||||
@ -56,7 +65,16 @@
|
||||
- python27
|
||||
|
||||
publishers:
|
||||
- console-log-periodic
|
||||
- scp:
|
||||
site: 'static.openstack.org'
|
||||
files:
|
||||
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
||||
source: '**/*results.html'
|
||||
keep-hierarchy: false
|
||||
copy-after-failure: true
|
||||
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
||||
copy-console: true
|
||||
copy-after-failure: true
|
||||
|
||||
scm:
|
||||
- git:
|
||||
|
Loading…
Reference in New Issue
Block a user