adding update job
diff --git a/jobs.yaml b/jobs.yaml
index 1642664..312411a 100644
--- a/jobs.yaml
+++ b/jobs.yaml
@@ -12,3 +12,28 @@
           project: other_job-test
           threshold: SUCCESS
 
+- job:
+    name: update2
+    description: foo2
+    project-type: freestyle
+    scm:
+      - git:
+          url: ssh://jenkins@gerrit.onlab.us:29418/vm-build
+          branches:
+            - master
+          browser: gitweb
+          browser-url: https://gerrit.onlab.us/gitweb?p=vm-build.git
+          timeout: 20
+    triggers:
+      - gerrit
+          trigger-on-ref-updated-event: true
+          trigger-on-change-merged-event: true
+          projects:
+            - project-compare-type: 'PLAIN'
+              project-pattern: 'vm-build'
+              branches:
+                - branch-compare-type: 'PLAIN'
+                  branch-pattern: 'master'
+          silent:true
+    builders:
+      - shell: "jenkins-jobs --conf /var/lib/jenkins/jenkins_jobs.conf update jobs.yaml"