helping to deliver secure software updates from code to the edge.
You have been redirected to the JFrog website
complianceRead Less >
ARTIFACTORY: Integrate Artifactory with Bazel
To integrate Bazel with Artifactory, you need access to a running Bazel environment (it is recommended to use Bazelisk) and access to your JFrog Artifactory instance (Self-Hosted or Cloud) with permissions to create repositories and user credentials for pushing and pulling artifacts.
Yes. This integration is essential for organizations preparing for the upcoming Bazel 9 release, which mandates the use of Bazel Modules by completely removing the legacy WORKSPACE system for dependency management.
The Bazel CLI supports standard authentication methods for accessing the Artifactory repository. When setting up the remote cache or resolving Maven dependencies, you typically include your username and token/password directly in the URL used by the Bazel command line.