blob: 4ba0f403a41610667e0def9a01b46cdba1911e2e [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
Matteo Scandolobbf2aa72019-02-15 17:58:57 -080028 default: 'teo@opennetworking.org, saurav.das@opennetworking.org'
Kailashb91fec12018-11-29 10:51:49 -080029 description: ''
30
Zack Williams234dc922019-08-30 17:03:57 -070031 - string:
32 name: jdkDistro
33 default: '{jdk-distribution}'
34 description: 'Distribution of the JDK to use with update-java-alternatives'
35
Kailash Khalasif85b3912018-04-19 15:47:21 -070036 node: 'ubuntu16.04-basebuild-1c-2g'
37 project-type: pipeline
38 concurrent: true
39
40 pipeline-scm:
Kailash Khalasi444f0cb2018-04-20 13:40:05 -070041 script-path: 'Jenkinsfile'
Kailash Khalasif85b3912018-04-19 15:47:21 -070042 scm:
Kailash Khalasi444f0cb2018-04-20 13:40:05 -070043 - git:
44 url: '{gerrit-server-url}/cord-onos-publisher'
45 branches:
46 - 'master'
Kailash Khalasi0aa03812018-04-20 12:03:23 -070047
Kailash Khalasif85b3912018-04-19 15:47:21 -070048 triggers:
49 - timed: |
50 TZ=America/Los_Angeles
51 H 0 * * *