Skip to main content

リモートビルドキャッシュ

概要

Bitrise ビルド キャッシュは、特定のビルド システムのキャッシュ ソリューションのカスタムのホスト型実装です。リモート キャッシュはローカルと Bitrise CI 環境の両方で使用できます。これにより、環境に関係なくビルドが一貫して動作し、ビルド時間を大幅に節約できます。

Try it for free

You can sign up for a 30-day free trial at no cost and you don't even need to provide payment information.

Bitrise ビルド キャッシュは、特定のビルド システムのキャッシュ ソリューションのカスタムのホスト型実装です。リモート キャッシュはローカルと Bitrise CI 環境の両方で使用できます。これにより、環境に関係なくビルドが一貫して動作し、ビルド時間を大幅に節約できます。

Bitrise は、次のビルド システムのリモート ビルド キャッシュをサポートしています。

Invocations

Invocation is a key concept in remote caching, one that we use often in the guides. An invocation is a single Gradle or Bazel command execution. This means running a specific gradle or bazel command to achieve a particular goal.

Invocations are only counted when the Remote Build Cache is enabled and used.