X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Freport_gen%2Frun_report.sh;fp=resources%2Ftools%2Freport_gen%2Frun_report.sh;h=a40d91dac7bdf61fd899daf3a6124342b98c3b77;hp=3ce64b7c5ca5d35abd176cf8b0ca95a0b90f9537;hb=601629148310349732f76259df0fc5b5e26ea9f7;hpb=1e2bf354994a7ec53c1acee2d1c2fe2208f7c905 diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index 3ce64b7c5c..a40d91dac7 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -125,8 +125,8 @@ if [[ ${DEBUG} -eq 0 ]] ; then blds=${JOB[PERF,HC,BLD]} for i in ${blds[@]}; do - curl --silent ${URL[JENKINS,HC]}/${JOB[PERF,HC]}/${JOB[PERF,HC,BLD]}/robot/report/\*zip\*/robot-plugin.zip \ - --output ${DIR[STATIC,ARCH]}/${JOB[PERF,HC]}-${JOB[PERF,HC,BLD]}.zip + curl --silent ${URL[JENKINS,HC]}/${JOB[PERF,HC]}/${i}/robot/report/\*zip\*/robot-plugin.zip \ + --output ${DIR[STATIC,ARCH]}/${JOB[PERF,HC]}-${i}.zip done fi