blob: cc25cf8c26a0c54d3530733910c5337519d22198 [file] [log] [blame]
Kailash Khalasi8e12ccd2018-09-27 13:20:25 -07001---
Kailash5ec1db72019-02-12 13:15:49 -08002# omec license check job
Kailash Khalasi8e12ccd2018-09-27 13:20:25 -07003
4- project:
5 name: license-check
6
7 project-name: '{name}'
8
9 jobs:
10 - 'license-check'
11
12- job-template:
Kailash5ec1db72019-02-12 13:15:49 -080013 name: 'omec-license'
Kailash Khalasi8e12ccd2018-09-27 13:20:25 -070014 id: license-check
15 description: |
16 <!-- Managed by Jenkins Job Builder -->
17 Copyright (c) 2018 Open Networking Foundation (ONF)
18
19 parameters:
20 - string:
21 name: TestNodeName
Kailash5ec1db72019-02-12 13:15:49 -080022 default: 'ubuntu16.04-basebuild-1c-1g'
Kailash Khalasi8e12ccd2018-09-27 13:20:25 -070023 description: 'Jenkins node name of TestVM Node'
24
25 - string:
26 name: branch
27 default: 'master'
28 description: 'Gerrit Branch'
29
30 - string:
31 name: repos
Kailash5ec1db72019-02-12 13:15:49 -080032 default: 'ngic-rtc,freediameter,c3po,openmme,oss-util,deployment,il_trafficgen'
33 description: 'list of the repos to check'
Kailash Khalasi8e12ccd2018-09-27 13:20:25 -070034
35 - string:
36 name: prefix
37 default: 'cord-m'
38 description: 'The prefix to give to the projects in the BlackDuck dashboard'
39
40 - string:
41 name: notificationEmail
Kailash5ec1db72019-02-12 13:15:49 -080042 default: 'omecproject-support@opennetworking.org'
Kailash Khalasi8e12ccd2018-09-27 13:20:25 -070043 description: ''
44
Kailashf1798162019-02-12 13:46:23 -080045 project-type: pipeline
Kailash Khalasi8e12ccd2018-09-27 13:20:25 -070046 concurrent: true
47
48 dsl: !include-raw-escape: pipeline/license-check.groovy
Kailash5ec1db72019-02-12 13:15:49 -080049
50 triggers:
51 - timed: |
52 TZ=America/Los_Angeles
53 H 3 * * *