Use the correct scheme for accessing the Sonar URL

Switching the 'sonar.host.url' from HTTP to HTTPS should allow for
successfully uploading reports.

Change-Id: I01ecb86d309f1be1fade85303c1c8d1deae47a54
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
diff --git a/jjb/onos/onos-sonar.sh b/jjb/onos/onos-sonar.sh
index 9cff485..03d939f 100644
--- a/jjb/onos/onos-sonar.sh
+++ b/jjb/onos/onos-sonar.sh
@@ -8,7 +8,7 @@
 unzip /tmp/sonar-scanner-cli.zip
 
 # Configure ONOS specific properties
-echo "sonar.host.url=http://sonar.onosproject.org" >>sonar-scanner-$SONAR_SCANNER_VERSION/conf/sonar-scanner.properties
+echo "sonar.host.url=https://sonar.onosproject.org" >>sonar-scanner-$SONAR_SCANNER_VERSION/conf/sonar-scanner.properties
 
 # Be sure buck is installed
 onos-buck --version