blob: 44d954acaca9d20a5218b63d64e98cd256433ae4 [file] [log] [blame]
Kailashbe4dc092019-01-23 09:22:17 -08001---
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'
Kailash7bd3be02019-01-23 14:57:14 -080013 name: mcord-new-build-vms
Kailashbe4dc092019-01-23 09:22:17 -080014 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:
Kailash7bd3be02019-01-23 14:57:14 -080037 name: branch
38 default: 'master'
39 description: ''
40
41 - string:
Kailashbe4dc092019-01-23 09:22:17 -080042 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'