Skip to main content

Default Pipelines

When you add a new project on bitrise.io, we create initial Pipelines and Workflows for you.

You can use these to run your tests or create installable binaries such as IPAs or APKs. Feel free to modify the default Pipelines and Workflows to suit your needs.

Default Pipelines are created for all new iOS and Android projects. These Pipelines consist of automatically created default Workflows.

Pipeline IDPipeline summaryWorkflows within the Pipeline
run_testsBuilds your iOS project, runs your Xcode tests in two parallel shards. The number of shards is specified in the env var $TEST_SHARD_COUNT.build_for_testing test_without_building
Pipeline IDPipeline summaryWorkflows within the Pipeline
run_testsRun your Android instrumented tests in two parallel test shards and get a test report. The number of shards is specified in the env var $TEST_SHARD_COUNT.run_instrumented_tests