blob: 70b6b19589a5c87742e1b85fdee7161637156454 [file] [log] [blame]
Kailash Khalasi45a0ea72018-04-16 16:50:21 -07001---
2# olt-voltha-build
3
4- project:
5 name: olt-voltha
6
7 project-name: '{name}'
8
9 jobs:
10 - 'olt-voltha-build'
11
12- job-template:
13 id: olt-voltha-build
14 name: 'olt_voltha_automated_build'
15 description: |
16 <!-- Managed by Jenkins Job Builder -->
17 Created by {id} job-template from ci-management/jjb/olt-voltha.yaml
18
19 properties:
20 - cord-infra-properties:
21 build-days-to-keep: '{build-days-to-keep}'
22 artifact-num-to-keep: '{artifact-num-to-keep}'
23
Kailash Khalasi32679392018-05-14 13:01:02 -070024 parameters:
25 - string:
26 name: notificationEmail
27 default: 'luca@opennetworking.org, shad@opennetworking.org'
28 description: ''
29
Kailash Khalasi45a0ea72018-04-16 16:50:21 -070030 node: 'olt-agent-onf'
31
32 project-type: pipeline
33 concurrent: true
34
35 pipeline-scm:
36 script-path: 'Jenkinsfile'
37 scm:
38 - git:
39 url: '{gerrit-server-url}/openolt'
40 branches:
41 - 'master'