diff options
author | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2016-12-02 01:59:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-02 01:59:20 +0000 |
commit | 9d42c99b0e7fb117baaf3b9a689dad642a55fc34 (patch) | |
tree | b28ff25d49d2f5417aec3558a79693d263d1003c /jjb | |
parent | cc8c74caed5b1e767f351bbb83adc53d0b3b00fd (diff) | |
parent | 7a3b981a197cb9d85959b50f7efe77154f831e65 (diff) |
Merge "doctor: copy log file to 'tests' dir"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 30191f912..7a5bd22f2 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -161,7 +161,9 @@ builders: - 'functest-suite-builder' + - shell: | + cp $HOME/opnfv/functest/results/{stream}/{project}.log $WORKSPACE/tests/ publishers: - archive: - artifacts: '/home/opnfv/functest/results/{stream}/{project}.log' + artifacts: 'tests/*.log' |