commit | 529a9ba13f0db2822c6708885a422e1dbaddfa8d | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Fri Sep 19 15:23:48 2014 -0700 |
committer | Brian O'Connor <bocon@onlab.us> | Fri Sep 19 15:23:48 2014 -0700 |
tree | 2ee84d708d069bfa1dae5d70c20adbdb5c041cc6 | |
parent | 92c72dfdda7ae26806da573fac641a0c0a7abc57 [diff] |
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