add buck commands to verify build

Change-Id: I742c8eb2e3aba0ac81d04becde01ff2178652536
diff --git a/jjb/onos/onos-verify.yaml b/jjb/onos/onos-verify.yaml
index b96ba47..8a040c3 100644
--- a/jjb/onos/onos-verify.yaml
+++ b/jjb/onos/onos-verify.yaml
@@ -92,10 +92,9 @@
     builders:
     #put shell scripts in file then make sure shell check is installed on verify vms
       - shell: | 
-            echo 'Hello World'
-            java -version
-            lsb_release -a
-            ping -c1 8.8.8.8
+            onos-buck build onos
+            onos-buck test
+            onos-buck build //docs:external //docs:internal --show-output
 
 
 - project: