Kailash Khalasi | f85b391 | 2018-04-19 15:47:21 -0700 | [diff] [blame] | 1 | --- |
| 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 Khalasi | bfedd2a | 2018-04-19 17:02:01 -0700 | [diff] [blame] | 12 | |
Kailash Khalasi | f85b391 | 2018-04-19 15:47:21 -0700 | [diff] [blame] | 13 | - 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 | |
Kailash | b91fec1 | 2018-11-29 10:51:49 -0800 | [diff] [blame] | 25 | parameters: |
| 26 | - string: |
| 27 | name: notificationEmail |
| 28 | default: 'teo@opennetworking.org saurav@opennetworking.org' |
| 29 | description: '' |
| 30 | |
Kailash Khalasi | f85b391 | 2018-04-19 15:47:21 -0700 | [diff] [blame] | 31 | node: 'ubuntu16.04-basebuild-1c-2g' |
| 32 | project-type: pipeline |
| 33 | concurrent: true |
| 34 | |
| 35 | pipeline-scm: |
Kailash Khalasi | 444f0cb | 2018-04-20 13:40:05 -0700 | [diff] [blame] | 36 | script-path: 'Jenkinsfile' |
Kailash Khalasi | f85b391 | 2018-04-19 15:47:21 -0700 | [diff] [blame] | 37 | scm: |
Kailash Khalasi | 444f0cb | 2018-04-20 13:40:05 -0700 | [diff] [blame] | 38 | - git: |
| 39 | url: '{gerrit-server-url}/cord-onos-publisher' |
| 40 | branches: |
| 41 | - 'master' |
Kailash Khalasi | 0aa0381 | 2018-04-20 12:03:23 -0700 | [diff] [blame] | 42 | |
Kailash Khalasi | f85b391 | 2018-04-19 15:47:21 -0700 | [diff] [blame] | 43 | triggers: |
| 44 | - timed: | |
| 45 | TZ=America/Los_Angeles |
| 46 | H 0 * * * |