blob: 8c3dfe7bf4338c1e074432ff6bae76f932f9b114 [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
25 node: 'ubuntu16.04-basebuild-1c-2g'
26 project-type: pipeline
27 concurrent: true
28
29 pipeline-scm:
Kailash Khalasi444f0cb2018-04-20 13:40:05 -070030 script-path: 'Jenkinsfile'
Kailash Khalasif85b3912018-04-19 15:47:21 -070031 scm:
Kailash Khalasi444f0cb2018-04-20 13:40:05 -070032 - git:
33 url: '{gerrit-server-url}/cord-onos-publisher'
34 branches:
35 - 'master'
Kailash Khalasi0aa03812018-04-20 12:03:23 -070036
Kailash Khalasif85b3912018-04-19 15:47:21 -070037 triggers:
38 - timed: |
39 TZ=America/Los_Angeles
40 H 0 * * *