blob: 1a69c4e15ad6a640dfde3117f490e20b0437bbd8 [file] [log] [blame]
Kailash Khalasi9e68b612018-05-25 09:50:14 -07001---
2# build_openolt_deb
3
4- project:
5 name: build_openolt_deb
6
7 project-name: '{name}'
8
9 jobs:
10 - 'build_openolt_deb'
11
12- job-template:
13 id: build_openolt_deb
14 name: 'build_openolt_deb'
15 description: |
16 <!-- Managed by Jenkins Job Builder -->
17 Created by {id} job-template from ci-management/jjb/olt-voltha.yaml
18
19 triggers:
20 - cord-infra-gerrit-trigger-merge:
21 gerrit-server-name: '{gerrit-server-name}'
22 project-regexp: '^(openolt)$'
23 branch-regexp: '{modern-branches-regexp}'
24 file-include-regexp: '{doc-files-regexp}'
25 dependency-jobs: '{dependency-jobs}'
26
27 properties:
28 - cord-infra-properties:
29 build-days-to-keep: '{build-days-to-keep}'
30 artifact-num-to-keep: '{artifact-num-to-keep}'
31
32 parameters:
33 - string:
34 name: notificationEmail
35 default: 'shad@opennetworking.org'
36 description: ''
37
38 node: 'openolt_deb_onf_agent'
39
40 project-type: pipeline
41 concurrent: true
42
43 pipeline-scm:
44 script-path: 'Jenkinsfile'
45 scm:
46 - git:
47 url: '{gerrit-server-url}/openolt'
48 branches:
49 - 'master'