artifacts-buildkite-plugin icon indicating copy to clipboard operation
artifacts-buildkite-plugin copied to clipboard

🆙 Automatically upload and download artifacts

Results 3 artifacts-buildkite-plugin issues
Sort by recently updated
recently updated
newest added

Based on #47 I have refactored the download code so that you can now specify per-artifact step and/or build. The `step`/`build` configurations on the plugin level will be used as...

enhancement

If I have a step that can't `upload` then there is no archive to download. Upload: (_step can soft-fail_) ```yaml - label: ":pipeline: Prime Cache" key: "prime-cache" soft_fail: - exit_status:...

I attempted to use the [Artifacts Plugin](https://github.com/buildkite-plugins/artifacts-buildkite-plugin) for my CI/CD pipeline but encountered several issues that suggest it might not be suitable for my use case. Below is an overview...