forked from Redth/bitrise-steps-installrapp-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstep.yml
executable file
·81 lines (74 loc) · 2.57 KB
/
step.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
title: InstallrApp iOS Deploy
summary: Deploy your awesome iOS Application to InstallrApp.
description: |-
Deploy an iOS application to [InstallrApp](http://installrapp.com),
add notes, add testers, notify testers.
Register an InstallrApp account at [http://installrapp.com/](http://installrapp.com)
to utilize this step.
You also need to create an *InstallrApp API Token* for your app.
website: https://github.com/Redth/bitrise-steps-installrapp-deploy
source_code_url: https://github.com/Redth/bitrise-steps-installrapp-deploy
support_url: https://github.com/Redth/bitrise-steps-installrapp-deploy/issues
host_os_tags:
- osx-10.9
- osx-10.10
project_type_tags:
- ios
type_tags:
- deploy
- InstallrApp
is_requires_admin_user: false
is_always_run: false
is_skippable: false
dependencies: []
run_if: ".IsCI"
inputs:
- ipa_path: "$BITRISE_IPA_PATH"
opts:
title: "IPA file path"
is_required: true
- api_token: ""
opts:
title: "API Token"
description: |-
## Where to get the InstallrApp API Token?
Sign in to your [http://installrapp.com/](http://installrapp.com) account,
click on *My Account* at the top right corner to get to the
*My Account* page. Under the *API Tokens* heading, click *Create New Token*.
You can see your registered API Tokens at the bottom of this page
at the *API Tokens* section. Copy and paste here the API Token
you want to use.
is_required: true
- notes: ""
opts:
title: "Notes attached to the deploy"
description: |-
Additional notes to the deploy.
- notify: ""
opts:
title: "Notify Tester Teams"
description: |-
Sets Tester Teams who should be notified on deployment.
Tester Team names should be specified in a comma separated list.
*NOTE:* You can also enter *true* to notify all the same users
of the previous build
is_required: false
- add: ""
opts:
title: "Add Tester Teams"
description: |-
Sets Tester Teams who should be added to access the deployment.
Tester Team names should be specified in a comma separated list.
*NOTE:* You can also enter *true* to add all the same users
of the previous build
is_required: false
outputs:
- INSTALLRAPP_DEPLOY_STATUS: ""
opts:
title: "Deployment result: 'success' or 'failed'"
- INSTALLRAPP_DEPLOY_BUILD_URL: ""
opts:
title: "URL of the InstallrApp build"
- INSTALLRAPP_DEPLOY_JSON: ""
opts:
title: "Raw JSON response of the InstallrApp deploy"