blob: cf0c87da1e72ec861f1441e4d7b9fbff5a6bc66f [file] [log] [blame]
Kailash Khalasi8e12ccd2018-09-27 13:20:25 -07001---
2# kubespray installation validation job
3
4- project:
5 name: license-check
6
7 project-name: '{name}'
8
9 jobs:
10 - 'license-check'
11
12- job-template:
13 name: 'mcord-license-check'
14 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
22 default: 'ubuntu16.04-basebuild-4c-8g'
23 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
32 default: 'c3po'
33 description: 'Name of the repos to check with this job'
34
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
42 default: 'luca@opennetworking.org'
43 description: ''
44
45 concurrent: true
46
47 dsl: !include-raw-escape: pipeline/license-check.groovy