adding test job
diff --git a/jobs.yaml b/jobs.yaml
index 8812366..b490a42 100644
--- a/jobs.yaml
+++ b/jobs.yaml
@@ -9,8 +9,18 @@
- shell: "sudo -i -u mininet ~mininet/mininet/util/vm/build.py -v trusty32server"
publishers:
- trigger-parameterized-builds:
- - project: the-test-job
- predefined-parameters: foo=bar
+ - project: test
+ condition: stable
+ predefined-parameters: dir=/build/test
+
+- job:
+ name: mininet-test
+ description: 'TODO Do not edit this job through the web!'
+ project-type: freestyle
+ block-downstream: false
+ builders:
+ - shell: "echo $dir; sudo -i -u mininet ~mininet/mininet/util/vm/build.py --test core --image $dir"
+
- job:
name: update-jenkins-jobs
description: Auto-generated