You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,21 +118,21 @@ steps:
118
118
119
119
You must specify at least one of the following
120
120
121
-
### `upload` (string, array of strings, {from,to}, array of {from,to})
122
-
123
-
A glob pattern, or array of glob patterns, for files to upload as-is. Alternatively, you can specify `from` and `to` to rename the artifact before uploading.
124
-
125
121
### `download` (string, array of strings, {from,to}, array of {from,to[,step][,build]})
126
122
127
123
A glob pattern, or array of glob patterns, for files to download. Alternatively you can specify `from` and `to` to rename the artifact after downloading. If you do so, you can also specify `step` and/or `build` to override those options for that particular artifact.
128
124
125
+
### `upload` (string, array of strings, {from,to}, array of {from,to})
126
+
127
+
A glob pattern, or array of glob patterns, for files to upload as-is. Alternatively, you can specify `from` and `to` to rename the artifact before uploading.
128
+
129
129
## Other Configuration
130
130
131
-
### `build` (`download`-only, string)
131
+
### `build` (string, download only)
132
132
133
133
The build UUID to download all artifacts from. Note that you can override it for specific artifacts when using the verbose format of the `download` element.
134
134
135
-
### `compressed` (optional, string)
135
+
### `compressed` (string)
136
136
137
137
⚠️ Limitations:
138
138
* filename needs to end with `.zip` or `.tgz` and that will determine the compression executable to use
@@ -161,11 +161,11 @@ steps:
161
161
compressed: logs.tgz
162
162
```
163
163
164
-
### `ignore-missing` (optional, boolean)
164
+
### `ignore-missing` (boolean)
165
165
166
166
If set to `true`, it will ignore errors caused when calling `buildkite-agent artifact` to prevent failures if you expect artifacts not to be present in some situations. When using the `compressed` property, it will ignore compressing the artifacts that are not present.
167
167
168
-
### `skip-on-status` (optional, integer or array of integers, uploads only)
168
+
### `skip-on-status` (integer or array of integers, upload only)
169
169
170
170
You can set this to the exit codes or array of exit codes of the command step (as defined by the `BUILDKITE_COMMAND_EXIT_STATUS` variable) that will cause the plugin to avoid trying to upload artifacts.
171
171
@@ -195,7 +195,7 @@ steps:
195
195
- 5
196
196
```
197
197
198
-
### `step` (`download`-only, string)
198
+
### `step` (string, download only)
199
199
200
200
The job UUID or name to download all artifacts from. Note that you can override it for specific artifacts when using the verbose format of the `download` element.
0 commit comments