diff options
author | selias <samelias@cisco.com> | 2017-07-25 14:14:00 +0200 |
---|---|---|
committer | Samuel Eliáš <samelias@cisco.com> | 2017-07-25 12:18:51 +0000 |
commit | 601629148310349732f76259df0fc5b5e26ea9f7 (patch) | |
tree | 6f57f02a78b9304cb9fdb387f014b5d82819284e /resources/tools | |
parent | 1e2bf354994a7ec53c1acee2d1c2fe2208f7c905 (diff) |
report content - honeycomb, part 3
Change-Id: Ib87ef43e2ccdcd12b942f623051a4f268dda1a42
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/tools')
-rwxr-xr-x | resources/tools/report_gen/run_report.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |