blob: 005339f168ff714f6bad6642ec0e0677fd01e8d9 [file] [log] [blame]
Kailashbe4dc092019-01-23 09:22:17 -08001---
Kailash5ec1db72019-02-12 13:15:49 -08002# omec-ci job
Kailashbe4dc092019-01-23 09:22:17 -08003
4- project:
Kailash5ec1db72019-02-12 13:15:49 -08005 name: omec-ci
Kailashbe4dc092019-01-23 09:22:17 -08006 project-name: '{name}'
7
8 jobs:
Kailash5ec1db72019-02-12 13:15:49 -08009 - 'omec-ci'
Kailashbe4dc092019-01-23 09:22:17 -080010
11- job-template:
Kailash5ec1db72019-02-12 13:15:49 -080012 id: 'omec-ci'
13 name: omec-ci
Kailashbe4dc092019-01-23 09:22:17 -080014 project-type: pipeline
15
16 description: |
17 <!-- Managed by Jenkins Job Builder -->
Kailash5ec1db72019-02-12 13:15:49 -080018 Created by {id} job-template from ci-management/jjb/omec-ci.yaml <br /><br />
Kailashbe4dc092019-01-23 09:22:17 -080019
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'