Kailash Khalasi | e43352e | 2018-06-15 18:46:40 -0700 | [diff] [blame] | 1 | --- |
| 2 | # MCORD 6.0 Build+Test job on Single-Node |
| 3 | |
| 4 | - project: |
| 5 | name: mcord-build |
| 6 | |
| 7 | project-name: '{name}' |
| 8 | |
| 9 | jobs: |
| 10 | - 'mcord_build_test' |
| 11 | |
| 12 | - job-template: |
| 13 | id: mcord_build_test |
| 14 | name: 'mcord_build_test' |
| 15 | description: | |
| 16 | Created by {id} job-template from ci-management/jjb/mcord-build.yaml |
| 17 | |
| 18 | properties: |
| 19 | - cord-infra-properties: |
| 20 | build-days-to-keep: '{build-days-to-keep}' |
| 21 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 22 | |
| 23 | wrappers: |
| 24 | - lf-infra-wrappers: |
| 25 | build-timeout: '{build-timeout}' |
| 26 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 27 | |
| 28 | parameters: |
| 29 | - string: |
| 30 | name: executorNode |
| 31 | default: 'flex-ocp-mcord' |
| 32 | description: 'Name of the Jenkins node to run the job on' |
| 33 | |
| 34 | - string: |
| 35 | name: notificationEmail |
| 36 | default: 'kailash@opennetworking.org, you@opennetworking.org, suchitra@opennetworking.org' |
| 37 | description: 'List of email recipients' |
| 38 | |
| 39 | project-type: pipeline |
| 40 | concurrent: false |
| 41 | |
| 42 | dsl: !include-raw-escape: pipeline/mcord-deployment.groovy |