-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstep.yml
94 lines (85 loc) · 2.44 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
82
83
84
85
86
87
88
89
90
91
92
93
94
title: |-
Sentry Upload
summary: |
Sentry Upload
description: |
Automatically upload your iOS or Android symbol information directly to Sentry
website: https://github.com/SimonRice/bitrise-step-sentry-upload
source_code_url: https://github.com/SimonRice/bitrise-step-sentry-upload
support_url: https://github.com/SimonRice/bitrise-step-sentry-upload/issues
host_os_tags:
- osx-10.10
- ubuntu-16.04
type_tags:
- deploy
is_requires_admin_user: false
is_always_run: false
is_skippable: false
run_if: ""
deps:
brew:
- name: getsentry/tools/sentry-cli
toolkit:
go:
package_name: github.com/SimonRice/bitrise-step-sentry-upload
inputs:
- platform: both
opts:
title: "Platform"
summary: "The selected platform that symbols will be uploaded for, or both iOS and Android"
description: "The selected platform that symbols will be uploaded for, or both iOS and Android"
is_required: true
value_options:
- "both"
- "ios"
- "android"
- is_debug_mode: "false"
opts:
title: "Debug mode?"
summary: "If debug mode is enabled, the step will print verbose logs"
description: |-
If debug mode is enabled, the step will print verbose logs
is_required: true
value_options:
- "true"
- "false"
- auth_token:
opts:
title: Auth token for your Sentry user account
summary: Auth token for your Sentry user account. Required to upload symbols.
description: |
"Auth token can be created on Sentry via Settings > Account > API > Auth Tokens"
is_required: true
is_expand: true
is_sensitive: true
- sentry_url: https://sentry.io/
opts:
title: Server URL for Sentry
summary: |
Fully qualified URL to the Sentry server.
[defaults to https://sentry.io/]
is_required: true
- org_slug:
opts:
title: Organisation slug
summary: "Organisation slug for your Sentry organisation"
is_required: true
is_expand: true
is_sensitive: true
- project_slug:
opts:
title: Project slug
summary: "Project slug for your Sentry project"
is_required: true
is_expand: true
is_sensitive: true
- dsym_path:
opts:
title: dSYM path
summary: "Path to your dSYM"
is_expand: true
- proguard_mapping_path:
opts:
title: Proguard mapping.txt path
summary: "Path to your Proguard mapping.txt"
is_expand: true