Bitrise Integration

Below are details for uploading your app from Bitrise to your internal storage inside Mobitru.

Prerequisites

  • A Bitrise pipeline.
  • Access to the Repository with the upload step.
  • The Access key and Mobitru Billing Unit, stored in the parameters.
    You can make it by using Secrets.
  • Build files are specified for uploading in the Pipeline.
    More information can be found here.

Upload the app using the Mobitru upload step

The Bitrise allows you to use steps from alternative sources in your Pipeline (all details can be found here):

  1. Go to the Workflow editor and select bitrise.yml in the navigation menu.
  2. Add another step for uploading the build app to Mobitru.
    For example:
    - git::https://github.com/Mobitru/bitrise-step-mobitru-upload.git@1.0.0:
        title: Upload to Mobitru
        inputs:
        - upload_filepath: $BITRISE_IPA_PATH
        - mobitru_access_key: $MOBITRU_ACCESS_KEY
        - mobitru_billing_unit_slug: $MOBITRU_BILLING_UNIT_SLUG
Scroll to Top