forked from DamienBitrise/bitrise-collect-artifacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstep.yml
74 lines (70 loc) · 2.37 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
title: "Bitrise Collect Artifacts"
summary: "Collect Artifacts from workflow started builds"
description: "Bitrise Collect Artifacts"
website: https://github.com/mrister/bitrise-collect-artifacts
source_code_url: https://github.com/mrister/bitrise-collect-artifacts
support_url: https://github.com/mrister/bitrise-collect-artifacts/issues
host_os_tags:
- osx-10.10
- ubuntu-16.04
type_tags:
- test
project_type_tags:
- ios
is_always_run: true
is_skippable: false
inputs:
- save_path:
opts:
title: Path to save the Artifacts in
summary: This is where the artifacts will be saved to
description: |
This is where the artifacts will be saved to so you can access them in the workflow
is_required: true
is_sensitive: false
- access_token:
opts:
title: Bitrise Access Token
summary: Your access token
description: |
Your access token
To acquire a `Personal Access Token` for your user, sign in with that user on [bitrise.io](https://bitrise.io),
go to your `Account Settings` page, and select the [Security tab](https://www.bitrise.io/me/profile#/security) on the left side.
is_required: true
is_sensitive: true
- max_attempts: $MAX_ATTEMPTS
opts:
title: Number of maximal retry attempts
summary: Number of maximal retry attempts
description: |
Number of maximal retry attempts
is_required: false
is_sensitive: false
- retry_delay: $RETRY_DELAY
opts:
title: Number of ms to delay a retry
summary: Number of ms to delay a retry
description: |
Number of ms to delay a retry
is_required: false
is_sensitive: false
- request_timeout: $REQUEST_TIMEOUT
opts:
title: Number of ms to timeout node requests
summary: Number of ms to timeout node requests
description: |
Number of ms to timeout node requests
is_required: false
is_sensitive: false
- buildslugs: $ROUTER_STARTED_BUILD_SLUGS
opts:
title: Build Slugs
summary: The child build slug(s) to check. One build slug per line.
description: The child build slug(s) to check. One build slug per line.
is_required: true
outputs:
- BITRISE_ARTIFACTS_SAVE_PATH:
opts:
title: "Location of saved artifacts"
summary: "Location of saved artifacts"
description: "Location of saved artifacts"