blob: bff856261446d7603b7dfe07d695b14d0d89518a [file] [log] [blame]
Kailash Khalasif85b3912018-04-19 15:47:21 -07001---
2# onos-app-publishing
3
4- project:
5 name: onos-app-publishing
6
7 project-name: '{name}'
8
9 jobs:
10 - 'onos-app-publishing'
11
Kailash Khalasibfedd2a2018-04-19 17:02:01 -070012
Kailash Khalasif85b3912018-04-19 15:47:21 -070013- job-template:
14 id: onos-app-publishing
15 name: 'cord-onos-app-publishing'
16 description: |
17 <!-- Managed by Jenkins Job Builder -->
18 Created by {id} job-template from ci-management/jjb/cord-onos-app-publishing.yaml
19
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
Kailashb91fec12018-11-29 10:51:49 -080025 parameters:
26 - string:
27 name: notificationEmail
28 default: 'teo@opennetworking.org saurav@opennetworking.org'
29 description: ''
30
Kailash Khalasif85b3912018-04-19 15:47:21 -070031 node: 'ubuntu16.04-basebuild-1c-2g'
32 project-type: pipeline
33 concurrent: true
34
35 pipeline-scm:
Kailash Khalasi444f0cb2018-04-20 13:40:05 -070036 script-path: 'Jenkinsfile'
Kailash Khalasif85b3912018-04-19 15:47:21 -070037 scm:
Kailash Khalasi444f0cb2018-04-20 13:40:05 -070038 - git:
39 url: '{gerrit-server-url}/cord-onos-publisher'
40 branches:
41 - 'master'
Kailash Khalasi0aa03812018-04-20 12:03:23 -070042
Kailash Khalasif85b3912018-04-19 15:47:21 -070043 triggers:
44 - timed: |
45 TZ=America/Los_Angeles
46 H 0 * * *