adding test job
diff --git a/jobs.yaml b/jobs.yaml
new file mode 100644
index 0000000..0943d3e
--- /dev/null
+++ b/jobs.yaml
@@ -0,0 +1,13 @@
+- job:
+    name: mininet-build
+    description: 'TODO Do not edit this job through the web!'
+    project-type: freestyle
+    block-downstream: false
+    triggers:
+      - timed: "@midnight"
+    builders:
+      - shell: "echo foo"
+    publishers:
+      - trigger:
+          project: other_job-test
+          threshold: SUCCESS