forked from aidenkeating/aerogear-digger-apb
-
Notifications
You must be signed in to change notification settings - Fork 10
/
apb.yml
125 lines (117 loc) · 3.89 KB
/
apb.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
version: 1.0
name: aerogear-digger-apb
description: Mobile CI|CD integrates with Jenkins Pipelines to test and build your mobile binaries.
bindable: False
async: optional
tags:
- mobile-service
metadata:
displayName: Mobile CI|CD
longDescription: "To use the Mobile CI|CD service you must first agree to the Android SDK License Agreement, which can be read at the following URL: https://developer.android.com/studio/terms.html.\n If the box is not checked the installer will take no action."
serviceName: aerogear-digger
imageUrl: "http://design.jboss.org/aerogeardigger/logo/final/png/aerogeardigger_icon_256px.png"
documentationUrl: "https://docs.aerogear.org/external/apb/mobilecicd.html"
providerDisplayName: "Red Hat, Inc."
plans:
- name: default
description: Default plan
free: True
metadata: {}
parameters:
- name: ANDROID_LICENSE_AGREEMENT
default: ""
pattern: ^yes$
type: string
description: "Type 'yes' above to accept the Android SDK License Agreement. https://developer.android.com/studio/terms.html"
title: Android SDK License Agreement
required: True
display_group: Android SDK
- name: ANDROID_SDK_CONFIG
default: |
[base]
tools
platform-tools
[platforms]
android-27
android-26
android-25
[build-tools]
27.0.3
27.0.2
27.0.1
26.0.2
26.0.1
26.0.0
25.0.3
25.0.2
[extras:google]
google_play_services
m2repository
[extras:android]
m2repository
[extras:m2repository:com:android:support:constraint:constraint-layout]
1.0.0
1.0.1
1.0.2
[extras:m2repository:com:android:support:constraint:constraint-layout-solver]
1.0.0
1.0.2
[keystore]
alias=AndroidDebugKey
name=AG
unit=AeroGear
org=RedHat
loc=Waterford
state=WD
country=IRL
storepass=android
keypass=android
type: string
display_type: textarea
description: "Android SDK config content"
title: Android SDK package config
required: False
updatable: True
display_group: Android SDK
- name: ANDROID_SDK_VOLUME_SIZE
default: "10Gi"
type: string
description: "Please specify the volume size for Android SDK"
title: Volume Size for Android SDK
required: False
display_group: Android SDK
- name: ANDROID_SLAVE_CPU_REQUEST
default: "500m"
type: string
description: "Please specify the CPU resource to request for the Android slave pods"
title: CPU resource to request for the Android slave pods
required: False
display_group: Android Slave Pods
- name: ANDROID_SLAVE_CPU_LIMIT
default: "2000m"
type: string
description: "Please specify the CPU resource limit for the Android slave pods"
title: CPU resource limit for the Android slave pods
required: False
display_group: Android Slave Pods
- name: ANDROID_SLAVE_MEMORY_REQUEST
default: "500Mi"
type: string
description: "Please specify the memory resource to request for the Android slave pods"
title: Memory resource to request for the Android slave pods
required: False
display_group: Android Slave Pods
- name: ANDROID_SLAVE_MEMORY_LIMIT
default: "3000Mi"
type: string
description: "Please specify the memory resource limit for the Android slave pods"
title: Memory resource limit for the Android slave pods
required: False
display_group: Android Slave Pods
- name: JENKINS_VOLUME_SIZE
default: "40Gi"
type: string
description: "Please specify the volume size for Jenkins"
title: Volume Size for Jenkins
required: False
display_group: Jenkins