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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,8 @@ When set to true, it will activate interpolation of variables in the elements of
173
173
174
174
⚠️ Important: this is considered an unsafe option as the most compatible way to achieve this is to run the strings through `eval` which could lead to arbitrary code execution or information leaking if you don't have complete control of the pipeline.
175
175
176
+
Note: Runtime variables like `BUILDKITE_RETRY_COUNT` may not expand reliably as Buildkite interpolates pipeline YAML at upload time, before this plugin runs. In cases such as this, escape the `$`character using `$$` or `\$` to ensure [they are interpolated at runtime](https://buildkite.com/docs/pipelines/configure/environment-variables#runtime-variable-interpolation)
177
+
176
178
### `ignore-missing` (boolean)
177
179
178
180
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.
0 commit comments