Kailash Khalasi | 8e12ccd | 2018-09-27 13:20:25 -0700 | [diff] [blame] | 1 | --- |
Kailash | 5ec1db7 | 2019-02-12 13:15:49 -0800 | [diff] [blame] | 2 | # omec license check job |
Kailash Khalasi | 8e12ccd | 2018-09-27 13:20:25 -0700 | [diff] [blame] | 3 | |
| 4 | - project: |
Kailash | b7425dd | 2019-02-12 14:16:07 -0800 | [diff] [blame] | 5 | name: omec-license-check |
Kailash Khalasi | 8e12ccd | 2018-09-27 13:20:25 -0700 | [diff] [blame] | 6 | |
| 7 | project-name: '{name}' |
| 8 | |
| 9 | jobs: |
| 10 | - 'license-check' |
| 11 | |
| 12 | - job-template: |
Kailash | b7425dd | 2019-02-12 14:16:07 -0800 | [diff] [blame] | 13 | id: 'license-check' |
Kailash | 5ec1db7 | 2019-02-12 13:15:49 -0800 | [diff] [blame] | 14 | name: 'omec-license' |
Kailash | b7425dd | 2019-02-12 14:16:07 -0800 | [diff] [blame] | 15 | |
Kailash Khalasi | 8e12ccd | 2018-09-27 13:20:25 -0700 | [diff] [blame] | 16 | description: | |
| 17 | <!-- Managed by Jenkins Job Builder --> |
| 18 | Copyright (c) 2018 Open Networking Foundation (ONF) |
| 19 | |
Kailash | 0acabe3 | 2019-02-12 14:03:09 -0800 | [diff] [blame] | 20 | properties: |
| 21 | - cord-infra-properties: |
| 22 | build-days-to-keep: '{build-days-to-keep}' |
| 23 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 24 | |
| 25 | wrappers: |
| 26 | - lf-infra-wrappers: |
| 27 | build-timeout: '{build-timeout}' |
| 28 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 29 | |
Kailash Khalasi | 8e12ccd | 2018-09-27 13:20:25 -0700 | [diff] [blame] | 30 | parameters: |
| 31 | - string: |
| 32 | name: TestNodeName |
Kailash | 5ec1db7 | 2019-02-12 13:15:49 -0800 | [diff] [blame] | 33 | default: 'ubuntu16.04-basebuild-1c-1g' |
Kailash Khalasi | 8e12ccd | 2018-09-27 13:20:25 -0700 | [diff] [blame] | 34 | description: 'Jenkins node name of TestVM Node' |
| 35 | |
| 36 | - string: |
| 37 | name: branch |
| 38 | default: 'master' |
| 39 | description: 'Gerrit Branch' |
| 40 | |
| 41 | - string: |
| 42 | name: repos |
Kailash | 5ec1db7 | 2019-02-12 13:15:49 -0800 | [diff] [blame] | 43 | default: 'ngic-rtc,freediameter,c3po,openmme,oss-util,deployment,il_trafficgen' |
| 44 | description: 'list of the repos to check' |
Kailash Khalasi | 8e12ccd | 2018-09-27 13:20:25 -0700 | [diff] [blame] | 45 | |
| 46 | - string: |
| 47 | name: prefix |
| 48 | default: 'cord-m' |
| 49 | description: 'The prefix to give to the projects in the BlackDuck dashboard' |
| 50 | |
| 51 | - string: |
| 52 | name: notificationEmail |
Kailash | 5ec1db7 | 2019-02-12 13:15:49 -0800 | [diff] [blame] | 53 | default: 'omecproject-support@opennetworking.org' |
Kailash Khalasi | 8e12ccd | 2018-09-27 13:20:25 -0700 | [diff] [blame] | 54 | description: '' |
| 55 | |
Kailash | f179816 | 2019-02-12 13:46:23 -0800 | [diff] [blame] | 56 | project-type: pipeline |
Kailash Khalasi | 8e12ccd | 2018-09-27 13:20:25 -0700 | [diff] [blame] | 57 | concurrent: true |
| 58 | |
Kailash | ec6ae56 | 2019-02-13 10:58:35 -0800 | [diff] [blame] | 59 | pipeline-scm: |
Zack Williams | 93fc676 | 2019-02-19 17:02:03 -0700 | [diff] [blame] | 60 | script-path: 'Jenkinsfile-license-check.groovy' |
Kailash | ec6ae56 | 2019-02-13 10:58:35 -0800 | [diff] [blame] | 61 | scm: |
| 62 | - git: |
Zack Williams | 93fc676 | 2019-02-19 17:02:03 -0700 | [diff] [blame] | 63 | url: 'https://github.com/omec-project/omec-project-ci' |
Kailash | ec6ae56 | 2019-02-13 10:58:35 -0800 | [diff] [blame] | 64 | branches: |
| 65 | - 'master' |
Kailash | 5ec1db7 | 2019-02-12 13:15:49 -0800 | [diff] [blame] | 66 | |
| 67 | triggers: |
| 68 | - timed: | |
| 69 | TZ=America/Los_Angeles |
| 70 | H 3 * * * |