blob: 8a663e0e6d2411c48c04176864b3a60cf4baadcf [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'
13 name: mcord-new-build-vms'
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:
37 name: notificationEmail
38 default: 'luca@opennetworking.org'
39 description: ''
40
41 concurrent: true
42
43 pipeline-scm:
44 script-path: 'Jenkinsfile-mcord-new-build-vms'
45 scm:
46 - git:
47 url: '{gerrit-server-url}/cord-tester'
48 branches:
49 - 'master'