blob: 57908211dda25da46453fe291febe09db665b7be [file] [log] [blame]
Jonathan Hartcb222332018-05-29 10:10:21 -07001---
2# onos-app-release
3
4- project:
5 name: onos-app-release
6
7 project-name: '{name}'
8
9 jobs:
10 - 'onos-app-release'
11
12
13- job-template:
14 id: onos-app-release
15 name: 'onos-app-release'
16 description: |
17 <!-- Managed by Jenkins Job Builder -->
18 Created by {id} job-template from ci-management/jjb/onos-app-release.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
Jonathan Hartdec82cc2018-05-29 13:45:04 -070025 wrappers:
26 - ssh-agent-credentials:
27 users:
Jonathan Harte94caf92018-05-29 18:03:30 -070028 - 'gerrit-jenkins-user'
Jonathan Harta5cca142018-05-30 10:26:24 -070029 - build-user-vars
Jonathan Hartdec82cc2018-05-29 13:45:04 -070030
Jonathan Hartcb222332018-05-29 10:10:21 -070031 parameters:
32 - string:
33 name: app
34 default: ''
35 description: 'Name of the app repository on the OpenCORD Gerrit server.\n e.g. vtn'
36
37 - string:
38 name: version
39 default: ''
40 description: 'Version to release.\n e.g. 1.0.0'
41
42 - string:
43 name: nextVersion
44 default: ''
45 description: 'Snapshot version to move the code forward to.\n e.g. 1.1.0'
46
47 - string:
48 name: branch
49 default: 'master'
50 description: 'Name of the branch to release on.'
51
52 node: 'ubuntu16.04-basebuild-1c-2g'
53 project-type: pipeline
54 concurrent: true
55
56 pipeline-scm:
57 script-path: 'Jenkinsfile.release'
58 scm:
59 - git:
60 url: '{gerrit-server-url}/cord-onos-publisher'
61 branches:
62 - 'master'
63