a8c-ci-toolkit-buildkite-plugin icon indicating copy to clipboard operation
a8c-ci-toolkit-buildkite-plugin copied to clipboard

A caching plugin that can be invoked from your build script.

Results 8 a8c-ci-toolkit-buildkite-plugin issues
Sort by recently updated
recently updated
newest added

For security, this PR restricts the possible arguments to the `run_swiftlint` command to `--strict` and `--lenient`, which are the ones currently in use by the apps. More arguments can be...

When adding the `install_swiftpm_dependencies` action, I added a `tar` option in the `save_cache` action that uses a relative path. See this comment thread for details: https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/pull/43#discussion_r1122968427 Existing tar usage: `tar...

This is a bit of a nitpick, if we're honest. But... I just reviewed https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/pull/839 and looked at the logs of the new SwiftLint CI step ![image](https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/assets/1218433/9d22c978-92e1-435d-8de2-6adc72672c76) From there, it's...

This is a copy of `upload_artifact` minus the logic to use a unique key based on the Buildkite job. --- - [ ] I have considered if this change warrants...

Following up on [this suggestion](https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/pull/43/files#r1125786294) before looking into using the command for the Gutenberg work I'm doing at the moment. ~~⚠️ _Apologies for the tab vs spaces changes. I'll try...

See https://github.com/Automattic/bash-cache-buildkite-plugin/pull/19/files#r838036148. Ideally, we should extract the logic that decides which `sha*` command to call in its own script, so we can refer to it in the other files to...