blob: 312411a1efe6a7460f80c74f92a8f52331a658ae [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
Brian O'Connor01303d42014-09-19 18:10:58 -070015- job:
16 name: update2
17 description: foo2
18 project-type: freestyle
19 scm:
20 - git:
21 url: ssh://jenkins@gerrit.onlab.us:29418/vm-build
22 branches:
23 - master
24 browser: gitweb
25 browser-url: https://gerrit.onlab.us/gitweb?p=vm-build.git
26 timeout: 20
27 triggers:
28 - gerrit
29 trigger-on-ref-updated-event: true
30 trigger-on-change-merged-event: true
31 projects:
32 - project-compare-type: 'PLAIN'
33 project-pattern: 'vm-build'
34 branches:
35 - branch-compare-type: 'PLAIN'
36 branch-pattern: 'master'
37 silent:true
38 builders:
39 - shell: "jenkins-jobs --conf /var/lib/jenkins/jenkins_jobs.conf update jobs.yaml"