blob: 96f307df566f6b6a753fc01fc083da501b563429 [file] [log] [blame]
Oleg Polyakov4d454362018-06-15 10:52:52 -04001---
2# CORD helm chart publishing tasks
3
4- project:
5 name: voltha-atest-provisioning
6
7 project-name: '{name}'
8
9 jobs:
10 - 'voltha-atest-provisioning'
11
12- job-template:
13 id: voltha-atest-provisioning
14 name: 'voltha-atest-provisioning'
15 description: |
16 Created by {id} job-template from ci-management/jjb/voltha-atest-provisioning.yaml
17
18# triggers:
19# - cord-infra-gerrit-trigger-merge:
20# gerrit-server-name: '{gerrit-server-name}'
21# project-regexp: '{project-regexp}'
22# branch-regexp: '{branch-regexp}'
23# file-include-regexp: '{all-files-regexp}'
24# dependency-jobs: '{dependency-jobs}'
25
26 properties:
27 - cord-infra-properties:
28 build-days-to-keep: '{build-days-to-keep}'
29 artifact-num-to-keep: '{artifact-num-to-keep}'
30
31 wrappers:
32 - lf-infra-wrappers:
33 build-timeout: '{build-timeout}'
34 jenkins-ssh-credential: '{jenkins-ssh-credential}'
35
36 parameters:
37 - string:
38 name: executorNode
39 default: 'ubuntu16.04-basebuild-4c-8g'
40 description: 'Name of the Jenkins node to run the job on'
41
42 - string:
43 name: manifestUrl
44 default: '{gerrit-server-url}/{cord-repo-manifest}'
45 description: 'URL to the repo manifest'
46
47 - string:
48 name: manifestBranch
49 default: '$GERRIT_BRANCH'
50 description: 'Name of the repo branch to use'
51
52 project-type: pipeline
53 concurrent: false
54
55 dsl: !include-raw-escape: pipeline/voltha-atest-provisioning.groovy