blob: df79504fd43939def10ad5e5af69f4b1c61b41e0 [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
Kailash0acabe32019-02-12 14:03:09 -080019 properties:
20 - cord-infra-properties:
21 build-days-to-keep: '{build-days-to-keep}'
22 artifact-num-to-keep: '{artifact-num-to-keep}'
23
24 wrappers:
25 - lf-infra-wrappers:
26 build-timeout: '{build-timeout}'
27 jenkins-ssh-credential: '{jenkins-ssh-credential}'
28
Kailash Khalasi8e12ccd2018-09-27 13:20:25 -070029 parameters:
30 - string:
31 name: TestNodeName
Kailash5ec1db72019-02-12 13:15:49 -080032 default: 'ubuntu16.04-basebuild-1c-1g'
Kailash Khalasi8e12ccd2018-09-27 13:20:25 -070033 description: 'Jenkins node name of TestVM Node'
34
35 - string:
36 name: branch
37 default: 'master'
38 description: 'Gerrit Branch'
39
40 - string:
41 name: repos
Kailash5ec1db72019-02-12 13:15:49 -080042 default: 'ngic-rtc,freediameter,c3po,openmme,oss-util,deployment,il_trafficgen'
43 description: 'list of the repos to check'
Kailash Khalasi8e12ccd2018-09-27 13:20:25 -070044
45 - string:
46 name: prefix
47 default: 'cord-m'
48 description: 'The prefix to give to the projects in the BlackDuck dashboard'
49
50 - string:
51 name: notificationEmail
Kailash5ec1db72019-02-12 13:15:49 -080052 default: 'omecproject-support@opennetworking.org'
Kailash Khalasi8e12ccd2018-09-27 13:20:25 -070053 description: ''
54
Kailashf1798162019-02-12 13:46:23 -080055 project-type: pipeline
Kailash Khalasi8e12ccd2018-09-27 13:20:25 -070056 concurrent: true
57
58 dsl: !include-raw-escape: pipeline/license-check.groovy
Kailash5ec1db72019-02-12 13:15:49 -080059
60 triggers:
61 - timed: |
62 TZ=America/Los_Angeles
63 H 3 * * *