Bazel is an interesting build tool for compiling large projects and it comes with build-ins for Java, C++, Python, etc. Some of our users are adopting Bazel and we received a few requests to support it in TeamCity.
Bazel plugin for TeamCity is now published in the plugin repository and could be installed as an additional TeamCity plugin. The plugin provides Bazel command build runner and integrates with the core functionality of TeamCity.
Bazel build step configuration
You will be able to see Bazel’s command output in the structured build log. The plugin also assists in capturing the
Bazel plugin for TeamCity
by