Skip to main content

mobile-jenkins-build

  1. Select the pipeline to run.

eg: here we using messenger-box

image
  1. Click on Build with Parameters
image
  1. Update

a) REPOSIOTRY_BRANCH fill with the the branch you want to test.

b) Update ENV_CHOICE. Following are mobile build options available to select.

  • mobileProdSubmit : Will build prod app and submits to app store
  • mobileProd: Will build prod app but won't submit
  • mobileBuild: Will build and generate a tar file to use locally
  • mobilePreview: Will use dev environment, to build for preview
  • mobileLocalPreview: Will use dev enviornment to build a local preview.

c) MOBILE_CHOICE

  • ios: builds for ios only
  • android: builds for android only
  • all: builds both ios and android
image