Kailash Khalasi | 45a0ea7 | 2018-04-16 16:50:21 -0700 | [diff] [blame] | 1 | --- |
| 2 | # olt-voltha-build |
| 3 | |
| 4 | - project: |
| 5 | name: olt-voltha |
| 6 | |
| 7 | project-name: '{name}' |
| 8 | |
| 9 | jobs: |
| 10 | - 'olt-voltha-build' |
| 11 | |
| 12 | - job-template: |
| 13 | id: olt-voltha-build |
| 14 | name: 'olt_voltha_automated_build' |
| 15 | description: | |
| 16 | <!-- Managed by Jenkins Job Builder --> |
| 17 | Created by {id} job-template from ci-management/jjb/olt-voltha.yaml |
| 18 | |
| 19 | properties: |
| 20 | - cord-infra-properties: |
| 21 | build-days-to-keep: '{build-days-to-keep}' |
| 22 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 23 | |
| 24 | node: 'olt-agent-onf' |
| 25 | |
| 26 | project-type: pipeline |
| 27 | concurrent: true |
| 28 | |
| 29 | pipeline-scm: |
| 30 | script-path: 'Jenkinsfile' |
| 31 | scm: |
| 32 | - git: |
| 33 | url: '{gerrit-server-url}/openolt' |
| 34 | branches: |
| 35 | - 'master' |