mobile-jenkins-build
- Select the pipeline to run.
eg: here we using messenger-box

- Click on
Build with Parameters

- 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 storemobileProd: Will build prod app but won't submitmobileBuild: Will build and generate a tar file to use locallymobilePreview: Will use dev environment, to build for previewmobileLocalPreview: Will use dev enviornment to build a local preview.
c) MOBILE_CHOICE
ios: builds for ios onlyandroid: builds for android onlyall: builds both ios and android
