diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-04-26 17:17:02 +0200 |
---|---|---|
committer | Maciek Konstantynowicz <mkonstan@cisco.com> | 2017-04-26 16:48:01 +0100 |
commit | f6c04897464c868c034237729bfe738a95d43b25 (patch) | |
tree | b7bf7fb7a2cef310947c78168b2e1aa38f8c4134 /resources/tools | |
parent | 647afd5d647dcc69d0cb04aa61d2a4d964f6bc6a (diff) |
CSIT rls1704 report - small updates
Change-Id: I80b5aaf2bab77a6131fca8cf4e903ef6aecd1195
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Diffstat (limited to 'resources/tools')
-rwxr-xr-x | resources/tools/report_gen/run_report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index 00fbdfd63d..4aa15b7e17 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -238,7 +238,7 @@ sed -i -e "s@###LINK###@${JEN_URL}\/${JEN_JOB}\/${JEN_BUILD[-1]}@g" \ ### FUNCTIONAL SOURCE DATA JEN_JOB='csit-vpp-functional-1704-ubuntu1604-virl' -JEN_BUILD=57 +JEN_BUILD=63 if [[ ${DEBUG} -eq 1 ]] ; then |