Setting up your Bazel project to publish build artifacts to JFrog Artifactory requires that you create a Generic local repository that will serve as your Bazel remote cache.
Please note that this setup involves security and access control considerations so we recommend that you only authorize specific users/build users to access and modify the cached artifacts.
To set up Artifactory as a Bazel remote cache storage using a generic local repository, perform the following stages
1. Create a Generic Repository
2. Configure Artifactory as your Bazel Remote Cache
3. Optional: Validate the Connection
Please note that this setup involves security and access control considerations so we recommend that you only authorize specific users/build users to access and modify the cached artifacts.
To set up Artifactory as a Bazel remote cache storage using a generic local repository, perform the following stages
1. Create a Generic Repository
2. Configure Artifactory as your Bazel Remote Cache
3. Optional: Validate the Connection