Use http instead of https as a workaround for certificate error 09/37809/2
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Thu, 20 Jul 2017 01:12:02 +0000 (09:12 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Wed, 26 Jul 2017 00:49:25 +0000 (08:49 +0800)
Got an SSL error when loading content from https://artifacts.opnfv.org [1]
HTTPS is not a must for this use case, so use http instead to solve this issue.

[1] https://nbviewer.jupyter.org/urls/artifacts.opnfv.org/qtip/review/37731/compute-qpi-report/report.ipynb

Change-Id: I8b09eb2d1da234c17843f2cb7504a3b1ded9017e
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
jjb/qtip/qtip-verify-jobs.yml

index 57d24b4..4a7dd45 100644 (file)
 
             echo "Document link(s):" >> gerrit_comment.txt
             find "$local_path" | grep -e 'ipynb$' | \
-                sed -e "s|^$local_path|    https://nbviewer.jupyter.org/urls/$gs_path|" >> gerrit_comment.txt
+                sed -e "s|^$local_path|    https://nbviewer.jupyter.org/url/$gs_path|" >> gerrit_comment.txt