Kailash Khalasi | 7637aeb | 2018-08-23 10:30:09 -0700 | [diff] [blame^] | 1 | --- |
2 | # POD Build Pipeline Jobs for ATT-WorkflowDriver | ||||
3 | |||||
4 | - project: | ||||
5 | name: attworkflowdriver-build-job | ||||
6 | |||||
7 | project-name: '{name}' | ||||
8 | |||||
9 | build-timeout: '300' | ||||
10 | |||||
11 | jobs: | ||||
12 | - 'build_pod_manual': | ||||
13 | pod: 'onf-build' | ||||
14 | pod_config: 'onlab-pod1.yml' | ||||
15 | profile: 'att-workflow' | ||||
16 | branch: 'master' | ||||
17 | Jenkinsfile: 'Jenkinsfile-att-workflow' |