Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 1 | --- |
| 2 | # mcord-new build vms job |
| 3 | |
| 4 | - project: |
| 5 | name: mcord-build-vms |
| 6 | project-name: '{name}' |
| 7 | |
| 8 | jobs: |
| 9 | - 'mcord-vms' |
| 10 | |
| 11 | - job-template: |
| 12 | id: 'mcord-vms' |
Kailash | 7bd3be0 | 2019-01-23 14:57:14 -0800 | [diff] [blame] | 13 | name: mcord-new-build-vms |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 14 | project-type: pipeline |
| 15 | |
| 16 | description: | |
| 17 | <!-- Managed by Jenkins Job Builder --> |
| 18 | Created by {id} job-template from ci-management/jjb/mcord-build-vms.yaml <br /><br /> |
| 19 | |
| 20 | properties: |
| 21 | - cord-infra-properties: |
| 22 | build-days-to-keep: '{build-days-to-keep}' |
| 23 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 24 | |
| 25 | wrappers: |
| 26 | - lf-infra-wrappers: |
| 27 | build-timeout: '{build-timeout}' |
| 28 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 29 | |
| 30 | parameters: |
| 31 | - string: |
| 32 | name: TestNodeName |
| 33 | default: 'intel' |
| 34 | description: 'Name of the Jenkins node to run the job on' |
| 35 | |
| 36 | - string: |
Kailash | 7bd3be0 | 2019-01-23 14:57:14 -0800 | [diff] [blame] | 37 | name: branch |
| 38 | default: 'master' |
| 39 | description: '' |
| 40 | |
| 41 | - string: |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 42 | name: notificationEmail |
| 43 | default: 'luca@opennetworking.org' |
| 44 | description: '' |
| 45 | |
| 46 | concurrent: true |
| 47 | |
| 48 | pipeline-scm: |
| 49 | script-path: 'Jenkinsfile-mcord-new-build-vms' |
| 50 | scm: |
| 51 | - git: |
| 52 | url: '{gerrit-server-url}/cord-tester' |
| 53 | branches: |
| 54 | - 'master' |