blob: cc25cf8c26a0c54d3530733910c5337519d22198 [file] [log] [blame]
---
# omec license check job
- project:
name: license-check
project-name: '{name}'
jobs:
- 'license-check'
- job-template:
name: 'omec-license'
id: license-check
description: |
<!-- Managed by Jenkins Job Builder -->
Copyright (c) 2018 Open Networking Foundation (ONF)
parameters:
- string:
name: TestNodeName
default: 'ubuntu16.04-basebuild-1c-1g'
description: 'Jenkins node name of TestVM Node'
- string:
name: branch
default: 'master'
description: 'Gerrit Branch'
- string:
name: repos
default: 'ngic-rtc,freediameter,c3po,openmme,oss-util,deployment,il_trafficgen'
description: 'list of the repos to check'
- string:
name: prefix
default: 'cord-m'
description: 'The prefix to give to the projects in the BlackDuck dashboard'
- string:
name: notificationEmail
default: 'omecproject-support@opennetworking.org'
description: ''
project-type: pipeline
concurrent: true
dsl: !include-raw-escape: pipeline/license-check.groovy
triggers:
- timed: |
TZ=America/Los_Angeles
H 3 * * *