-
Notifications
You must be signed in to change notification settings - Fork 11
/
apb.yml
24 lines (24 loc) · 1.04 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
version: 1.0
name: aerogear-digger-apb
description: Mobile CI/CD service that 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. By checking this box you are agreeing to the Android Software Development Kit License agreement which can be read at the following URL: https://developer.android.com/studio/terms.html\n\n. If the box is not checked the installer will take no action."
console.openshift.io/iconClass: font-icon icon-jenkins
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