blob: 16426648ee93839582a685862a6932cbd29529db [file] [log] [blame]
Brian O'Connor529a9ba2014-09-19 15:23:48 -07001- job:
2 name: mininet-build
3 description: 'TODO Do not edit this job through the web!'
4 project-type: freestyle
5 block-downstream: false
6 triggers:
7 - timed: "@midnight"
8 builders:
Brian O'Connor22558c02014-09-19 17:05:17 -07009 - shell: "sudo -i -u mininet ~mininet/mininet/util/vm/build.py -v trusty32server"
Brian O'Connor529a9ba2014-09-19 15:23:48 -070010 publishers:
11 - trigger:
12 project: other_job-test
13 threshold: SUCCESS
Brian O'Connor63cce612014-09-19 17:08:05 -070014