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 | |
| 12 | - job-template: |
| 13 | id: onos-app-publishing |
| 14 | name: 'cord-onos-app-publishing' |
| 15 | description: | |
| 16 | <!-- Managed by Jenkins Job Builder --> |
| 17 | Created by {id} job-template from ci-management/jjb/cord-onos-app-publishing.yaml |
| 18 | |
| 19 | properties: |
| 20 | - cord-infra-properties: |
| 21 | build-days-to-keep: '{build-days-to-keep}' |
| 22 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 23 | |
| 24 | node: 'ubuntu16.04-basebuild-1c-2g' |
| 25 | project-type: pipeline |
| 26 | concurrent: true |
| 27 | |
| 28 | pipeline-scm: |
| 29 | script-path: 'Jenkinsfile' |
| 30 | scm: |
| 31 | - git: |
| 32 | url: '{gerrit-server-url}/cord-onos-publisher' |
| 33 | branches: |
| 34 | - 'master' |
| 35 | |
| 36 | triggers: |
| 37 | - timed: | |
| 38 | TZ=America/Los_Angeles |
| 39 | H 0 * * * |