adding verify job

Change-Id: I10b3fb367da9b5ad1d7420ed16bc87e37e110cdb
diff --git a/jobs.yaml b/jobs.yaml
index 34f52c6..c2abba9 100644
--- a/jobs.yaml
+++ b/jobs.yaml
@@ -51,3 +51,23 @@
     name: update-jenkins-verify
     description: TODO This will be used to verify new jobs using jenkins-job test before they are accepted in Gerrit.
     project-type: freestyle
+    scm:
+      - git:
+          url: ssh://jenkins@gerrit.onlab.us:29418/vm-build
+          branches:
+            - $GERRIT_BRANCH
+          browser: gitweb
+          browser-url: https://gerrit.onlab.us/gitweb?p=vm-build.git
+          timeout: 20
+    triggers:
+      - gerrit:
+          trigger-on-draft-published-event: true
+          trigger-on-patchset-uploaded-event: true
+          projects:
+            - project-compare-type: 'PLAIN'
+              project-pattern: 'vm-build'
+              branches:
+                - branch-compare-type: 'PLAIN'
+                  branch-pattern: 'master'
+    builders:
+      - shell: "jenkins-jobs test jobs.yaml"