blob: 8f10e437e2f57b0a22e2953c25802140854e16e2 [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
Zack Williams93fc6762019-02-19 17:02:03 -070043 default: 'omecproject-support@opennetworking.org'
Kailashbe4dc092019-01-23 09:22:17 -080044 description: ''
45
46 concurrent: true
47
48 pipeline-scm:
Zack Williams93fc6762019-02-19 17:02:03 -070049 script-path: 'Jenkinsfile-build-vms.groovy'
Kailashbe4dc092019-01-23 09:22:17 -080050 scm:
51 - git:
Zack Williams93fc6762019-02-19 17:02:03 -070052 url: 'https://github.com/omec-project/omec-project-ci'
Kailashbe4dc092019-01-23 09:22:17 -080053 branches:
54 - 'master'