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:
Clark Boylan 2012-08-21 15:54:53 -07:00 committed by Jenkins
parent 16bb62e795
commit fe10f36a71

View File

@ -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: