Pipeline builds
You can run Pipeline builds the same way you would run builds of standalone Workflows:
- You can start Pipeline builds manually.
- Schedule Pipeline builds.
- 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: see topic.