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 ID |
Pipeline summary |
Workflows within the Pipeline |
---|---|---|
|
Builds your iOS project, runs your Xcode tests in two parallel shards. The number of shards is specified in the env var |
|
Pipeline ID |
Pipeline summary |
Workflows within the Pipeline |
---|---|---|
|
Run your Android instrumented tests in two parallel test shards and get a test report. The number of shards is specified in the env var |
|