| --- |
| # POD Nightly Build Pipeline M-CORD Jobs |
| |
| - project: |
| name: mcord-nightly-build-pipeline |
| |
| project-name: '{name}' |
| |
| build-timeout: '300' |
| |
| jobs: |
| # qct pod 4 build jobs (mcord) |
| - 'build_pod_manual': |
| pod: 'qct-pod4' |
| pod_config: 'qct-pod4-mcord.yml' |
| profile: 'mcord' |
| branch: 'cord-4.1' |
| Jenkinsfile: 'Jenkinsfile.newBuildSystem' |
| |
| # onf pod build job (mcord) |
| - 'build_pod_manual': |
| pod: 'onf-mcord-dev' |
| pod_config: 'onlab-mcord-cavium-pod1.yml' |
| profile: 'mcord' |
| branch: 'cord-5.0' |
| Jenkinsfile: 'Jenkinsfile.MCORDBuildSystem' |
| |
| # qct pod 4 test jobs |
| - 'build_pod_manual_test': |
| pod: 'qct-pod4' |
| pod_config: 'qct-pod4-mcord.yml' |
| profile: 'mcord' |
| branch: 'cord-4.1' |
| Jenkinsfile: 'Jenkinsfile-mcord' |