blob: 4ada1e94ab4cd8d27da9ec69e235f7a651a987cc [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'Connor01303d42014-09-19 18:10:58 -070014- job:
Brian O'Connorc990f872014-09-19 18:21:25 -070015 name: update-jenkins2
16 description: Auto-generated
Brian O'Connor01303d42014-09-19 18:10:58 -070017 project-type: freestyle
18 scm:
19 - git:
20 url: ssh://jenkins@gerrit.onlab.us:29418/vm-build
21 branches:
22 - master
23 browser: gitweb
24 browser-url: https://gerrit.onlab.us/gitweb?p=vm-build.git
25 timeout: 20
26 triggers:
Brian O'Connor4e72d842014-09-19 18:20:04 -070027 - gerrit:
Brian O'Connor01303d42014-09-19 18:10:58 -070028 trigger-on-ref-updated-event: true
29 trigger-on-change-merged-event: true
30 projects:
31 - project-compare-type: 'PLAIN'
32 project-pattern: 'vm-build'
33 branches:
34 - branch-compare-type: 'PLAIN'
35 branch-pattern: 'master'
Brian O'Connor4e72d842014-09-19 18:20:04 -070036 silent: true
Brian O'Connor01303d42014-09-19 18:10:58 -070037 builders:
38 - shell: "jenkins-jobs --conf /var/lib/jenkins/jenkins_jobs.conf update jobs.yaml"
Brian O'Connorc990f872014-09-19 18:21:25 -070039
40- job:
41 name: update-jenkins-verify
42 description: TODO
43 project-type: freestyle