Trigger the Mobile Build

This section is meant for the implementation teams.


Prerequisites: The project must be registered on slave 2 for the build to be triggered.

The Implementation team or CM team triggers the slave 1 Ant script through Jenkins. The slave 1 Ant Script performs the following steps:

  1. Creates the WAR file, e.g. BOA.war.
  2. Copies the WAR file to slave 2.
  3. Triggers the Ant script on the slave 2. The Ant script on slave 2 generates the mobile builds for the platforms included in the registered app such as iOS (.ipa) or Android (.apk) with the WAR as input.
  4. Copies the generated builds from slave 2 to slave 1 and reports success. The WAR and all mobile packages (.ipa or .apk) will be available on slave 1.


Refer the following pages: