blob: 1dff29c2ebae212200a8524106cf4bba4fce8c03 [file] [log] [blame]
Suchitra Vemuri2c8ec0b2018-05-07 13:35:54 -07001---
2# POD Nightly Build Pipeline M-CORD Jobs
3
4- project:
5 name: mcord-nightly-build-pipeline
6
7 project-name: '{name}'
8
9 build-timeout: '300'
10
11 jobs:
12 # qct pod 4 build jobs (mcord)
13 - 'build_pod_manual':
14 pod: 'qct-pod4'
15 pod_config: 'qct-pod4.yml'
16 profile: 'mcord'
17 branch: 'cord-4.1'
18 Jenkinsfile: 'Jenkinsfile.newBuildSystem'
19
20 # qct pod 4 test jobs
21 - 'build_pod_manual_test':
22 pod: 'qct-pod4'
23 pod_config: 'qct-pod4.yml'
24 profile: 'mcord'
25 branch: 'cord-4.1'
26 Jenkinsfile: 'Jenkinsfile-mcord'