Systems | Development | Analytics | API | Testing

Reviewing your build in Bitrise: Build Details page

In this demo, Naveen Nazimudeen, Solutions Engineer at Bitrise, explores the Build Details page and shows how to quickly get to the root cause of a failed build. He looks at key tabs like Build Logs, Tests (including flaky test detection and quarantine), Artifacts, Build Cache, and VM Monitoring for performance and out-of-memory debugging.

How to parallelize tasks using Bitrise pipelines

Pipelines allow you to organize your CI/CD tasks into modular workflows that can run sequentially or in parallel. In this demo, Senior Solutions Engineer Ben Boral shows a simple pipeline that runs a fast linting check first, then executes two test suites in parallel to reduce wall clock time, and gates the build step on the success of those tests - speeding up the feedback loop and avoiding wasteful tasks.

Using the Step Library in Bitrise

See what the Bitrise Step Library can do for you with Senior Solutions Engineer Ben Boral. Instead of relying on custom scripts for functionality, you can use these off-the-shelf components to quickly build a workflow. These steps are open source, allowing you to view their code, fork them, and make changes, or you can write a custom script directly in the Workflow Editor.

Xcode 26.4 Beta: First impressions

Our engineers Ben Boral and Balazs Hajagos have a look at the official release notes to see what's interesting in the latest Xcode beta (already available for use on Bitrise!). Bitrise provides a full-stack, vertically integrated mobile DevOps solution that unites the tools, processes and testing frameworks engineering teams need to build best-in-class mobile experiences. Over 400,000 developers use Bitrise’s products: Bitrise CI, Build Cache, Release Management, and Insights.

How to add a new project in Bitrise

Learn how to add a new project to Bitrise CI with Senior PM Jeremy Palmer: selecting privacy settings, connecting your Git provider (like GitHub), and setting up webhooks to automatically trigger builds. Jeremy also covers the authorization steps, selecting a branch, and the auto-detection of your project's configuration settings.

Configuring a workflow using the Workflow Editor in Bitrise

In this video, Ben Boral introduces the Bitrise workflow editor, a GUI abstraction layer built on top of the YAML file that defines CI pipelines and workflows. The Workflow Editor makes users more productive, helps avoid errors, and allows for easily defining and maintaining workflows. The workflow editor generates syntactically valid YAML and is available in both online and local versions, providing the benefits of "pipeline as code" with greater ease of use.

Xcode 26.3 coding intelligence: First impressions

Senior & Staff engineers Ben Boral and Oliver Falvai from Bitrise discuss the initial impressions of the new coding intelligence features in the Xcode 26.3 Release Candidate. They have been experimenting with the new features - see what they think! Bitrise provides a full-stack, vertically integrated mobile DevOps solution that unites the tools, processes and testing frameworks engineering teams need to build best-in-class mobile experiences. Over 400,000 developers use Bitrise’s products: Bitrise CI, Build Cache, Release Management, and Insights.

Bitrise Build Cache: Xcode Setup & Configuration

Join Lex, a solution architect at Bitrise, for a demonstration on how to configure Xcode build cache and validate that the configuration has been done correctly. This video focuses on using the build cache with Bitrise CI, although the build cache also works with external CI. Bitrise, Xcode Build Cache, CI/CD, Continuous Integration, Mobile Development, Xcode 26, App Development, Build Optimization, Cache Warming, Workflow Configuration, iOS.

Bitrise Build Cache: Comparing invocations to identify bottlenecks

Lex, a solution architect at Bitrise, guides you through a demonstration on comparing build cache invocations to identify the causes of build speed, cache hit rate, or overall build behavior. The focus is on Gradle, but the comparison feature works for other build systems like Bazel and Xcode. Bitrise, Build Cache, Gradle, CI/CD, Troubleshooting, Performance, Cache Hit Rate, Invocation Comparison, Build Optimization, Diff Tracker, Bazel, Xcode.