Kailash Khalasi | 417d13f | 2018-04-17 12:38:48 -0700 | [diff] [blame] | 1 | --- |
2 | # POD Nightly Build Pipeline R-CORD Jobs | ||||
3 | |||||
4 | - project: | ||||
5 | name: rcord-nightly-build-pipeline | ||||
6 | |||||
7 | project-name: '{name}' | ||||
8 | |||||
9 | build-timeout: '300' | ||||
10 | |||||
11 | jobs: | ||||
Suchitra Vemuri | 82a7f7a | 2018-05-15 16:38:33 -0700 | [diff] [blame] | 12 | # Flex POD1 build job for (rcord) - soak platform |
13 | - 'build_pod_manual': | ||||
14 | pod: 'flex-pod1' | ||||
15 | pod_config: 'flex-pod1.yml' | ||||
16 | profile: 'rcord' | ||||
17 | branch: 'cord-5.0' | ||||
18 | Jenkinsfile: 'Jenkinsfile.newBuildSystem' |