X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fdoctor%2Fdoctor.yml;h=c677ef96e2254e56d1d6ae99f746a3cfa03a5173;hb=b18f528cd8b058d2c575e48c8882771fa63a9dcf;hp=7b47701b89ccbf190b78316d9d6dff1a4b561492;hpb=618c18a42c286ecec72c3cfc9a9e2524d911e5d4;p=releng.git diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 7b47701b8..c677ef96e 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -149,11 +149,9 @@ # NOTE: Create symbolic link, so that we can archive file outside # of $WORKSPACE . # NOTE: We are printing all logs under 'tests/' during test run, - # so this symbolic link should not be in 'tests/'. - # Otherwise, we'll the same log twice in jenkins console log. - functest_log="$HOME/opnfv/functest/results/{stream}/{project}.log" - to_be_archived="$WORKSPACE/functest-{project}.log" - ln -sf $functest_log $to_be_archived + # so this symbolic link should not be in 'tests/'. Otherwise, + # we'll have the same log twice in jenkins console log. + ln -sfn $HOME/opnfv/functest/results/{stream} functest_results - 'functest-suite-builder' - shell: | functest_log="$HOME/opnfv/functest/results/{stream}/{project}.log" @@ -165,7 +163,7 @@ - archive: artifacts: 'tests/*.log' - archive: - artifacts: 'functest-{project}.log' + artifacts: 'functest_results/{project}.log' #####################################