| --- |
| # POD Nightly Build Pipeline E-CORD Jobs |
| |
| - project: |
| name: ecord-nightly-build-pipeline |
| |
| project-name: '{name}' |
| |
| build-timeout: '300' |
| |
| jobs: |
| # ONLAB ECORD build jobs (ecord-global) |
| - 'build_ecord_pod_manual': |
| pod: 'onf-build' |
| pod_config: 'onlab-ecord-global.yml' |
| profile: 'ecord-global' |
| branch: 'cord-4.1' |
| Jenkinsfile: 'Jenkinsfile.newBuildSystem' |
| local_pod_name: 'onlab-ecord-global' |
| |
| # ONLAB Global POD test jobs (ecord-global) |
| - 'build_ecord_pod_manual_test': |
| pod: 'onf-build' |
| pod_config: 'onlab-ecord-global.yml' |
| profile: 'ecord-global' |
| branch: 'cord-4.1' |
| Jenkinsfile: 'Jenkinsfile-ecord-global' |
| local_pod_name: 'onlab_ecord-global' |
| |
| # ONLAB LOCAL build jobs (ecord-local) |
| - 'build_ecord_pod_manual': |
| pod: 'onf-build' |
| pod_config: 'onlab-ecord-local-pod1.yml' |
| profile: 'ecord-local' |
| branch: 'cord-4.1' |
| Jenkinsfile: 'Jenkinsfile.newBuildSystem' |
| local_pod_name: 'onlab-ecord-local-pod1' |
| |
| - 'build_ecord_pod_manual': |
| pod: 'onf-build' |
| pod_config: 'onlab-ecord-local-pod2.yml' |
| profile: 'ecord-local' |
| branch: 'cord-4.1' |
| Jenkinsfile: 'Jenkinsfile.newBuildSystem' |
| local_pod_name: 'onlab-ecord-local-pod2' |
| |
| - 'build_ecord_pod_manual': |
| pod: 'onf-build' |
| pod_config: 'onlab-ecord-local-pod3.yml' |
| profile: 'ecord-local' |
| branch: 'cord-4.1' |
| Jenkinsfile: 'Jenkinsfile.newBuildSystem' |
| local_pod_name: 'onlab-ecord-local-pod3' |
| |
| # ONLAB Local POD test jobs (ecord-local) |
| - 'build_ecord_pod_manual_test': |
| pod: 'onf-build' |
| pod_config: 'onlab-ecord-local-pod1.yml' |
| profile: 'ecord-local' |
| branch: 'cord-4.1' |
| Jenkinsfile: 'Jenkinsfile-ecord-local' |
| local_pod_name: 'onlab-ecord-local-pod1' |
| |
| - 'build_ecord_pod_manual_test': |
| pod: 'onf-build' |
| pod_config: 'onlab-ecord-local-pod2.yml' |
| profile: 'ecord-local' |
| branch: 'cord-4.1' |
| Jenkinsfile: 'Jenkinsfile-ecord-local' |
| local_pod_name: 'onlab-ecord-local-pod2' |
| |
| - 'build_ecord_pod_manual_test': |
| pod: 'onf-build' |
| pod_config: 'onlab-ecord-local-pod3.yml' |
| profile: 'ecord-local' |
| branch: 'cord-4.1' |
| Jenkinsfile: 'Jenkinsfile-ecord-local' |
| local_pod_name: 'onlab-ecord-local-pod3' |