adding trusty64server

Change-Id: Ib21e40ae94486c995c43c92d9c6bc1cbc09ee7ec
diff --git a/jobs.yaml b/jobs.yaml
index c2abba9..ce517b6 100644
--- a/jobs.yaml
+++ b/jobs.yaml
@@ -21,6 +21,24 @@
     builders:
       - shell: "echo $dir; ~mininet/mininet/util/vm/build.py -v --test core --image $dir/*/*.vmdk"
 
+
+
+- job:
+    name: mininet-trusty64server
+    description: 'TODO Do not edit this job through the web!'
+    project-type: freestyle
+    block-downstream: false
+    triggers:
+      - timed: "@midnight"
+    builders:
+      - shell: "~mininet/mininet/util/vm/build.py -v --test sanity trusty64server"
+    publishers:
+      - trigger-parameterized-builds:
+          - project: mininet-test, 
+            condition: SUCCESS
+            predefined-parameters: dir=$WORKSPACE
+
+# ---- the following are jobs that update jenkins when this file is updated ----
 - job:
     name: update-jenkins-jobs
     description: Auto-generated