blob: 8de7751ff9f46d828521830a82b114c88c524730 [file] [log] [blame]
Kailashc8c05d52019-01-15 20:01:11 -08001---
2# POD Build Pipeline Jobs for MCORD
3
4- project:
5 name: mcord-build-job
6
7 project-name: '{name}'
8
9 build-timeout: '300'
10
11 jobs:
Matteo Scandolo103d3eb2019-01-16 09:04:01 -080012 # onlab mcord-pod1 build
Kailashc8c05d52019-01-15 20:01:11 -080013 - 'build_mcord_pod_manual':
14 testvm: 'onf-build'
Matteo Scandolo103d3eb2019-01-16 09:04:01 -080015 config-pod: 'onf-mcord-pod1'
Kailashc8c05d52019-01-15 20:01:11 -080016 profile: 'mcord'
17 branch: 'master'
18 Jenkinsfile: 'Jenkinsfile-mcord-build'