diff options
-rw-r--r-- | jjb/doctor/doctor.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 2267a28f7..5314996eb 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -153,10 +153,15 @@ grep -e ' OK$' $functest_log || exit 1 publishers: + - postbuildscript: + builders: + - shell: | + cp $HOME/opnfv/functest/results/{stream}/{project}.log \ + tests/functest-{project}.log + script-only-if-succeeded: False + script-only-if-failed: False - archive: artifacts: 'tests/*.log' - - archive: - artifacts: '$HOME/opnfv/functest/results/{stream}/{project}.log' ##################################### |