Pipeline builds
Bitrise Pipeline builds can be triggered the same way as Workflow builds, they can send status reports, and all their artifacts are available on the Artifacts page. You can use Pipeline builds to upload installable artifact's to Release Management.
You can run Pipeline builds the same way you would run builds of standalone Workflows:
-
Trigger Pipeline builds automatically. For now, Pipeline triggers must be configured in YAML, however: YAML syntax for build triggers.
Pipeline builds are capable of sending build status reports: a Pipeline build will send a status report of the Pipeline itself and of any Steps that export test results: Reporting the build status to your Git hosting provider.
All artifacts of a Pipeline build are available on the Artifacts page: Build artifacts online.
You can use Pipeline builds to upload installable artifacts to Release Management, in order to distribute your mobile app to testers and release the app in an online store. All you need is a Workflow that generates an installable APK, AAB or IPA file: Uploading installable artifacts.