blob: df4fee995e7eda91ddc711d9ac061dc528a5b784 [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 -->
Kailash9d756622019-03-08 12:54:54 -080017 Created by {id} job-template from ci-management/jjb/{name}
Kailash Khalasi9e68b612018-05-25 09:50:14 -070018
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
Kailash9d756622019-03-08 12:54:54 -080035 default: 'shad@opennetworking.org kailash@opennetworking.org'
Kailash Khalasi9e68b612018-05-25 09:50:14 -070036 description: ''
37
Kailash9d756622019-03-08 12:54:54 -080038 node: 'qct-pod3-node2'
Kailash Khalasi9e68b612018-05-25 09:50:14 -070039
40 project-type: pipeline
41 concurrent: true
42
43 pipeline-scm:
Kailash9d756622019-03-08 12:54:54 -080044 script-path: 'Jenkinsfile-build'
Kailash Khalasi9e68b612018-05-25 09:50:14 -070045 scm:
46 - git:
47 url: '{gerrit-server-url}/openolt'
48 branches:
49 - 'master'