How to add module to transifex build in Bamboo
These instructions are intended for community-supported modules whose translations are done on the OpenMRS account on Transifex.
Instructions for adding your module to that list are at Maintaining OpenMRS Module Translations via Transifex.
Ensure your module is being translated by the OpenMRS team on Transifex
Edit plan configuration: https://ci.openmrs.org/browse/TRAN-TRAN
Add module GitHub repository to build: https://ci.openmrs.org/chain/admin/config/editChainRepository.action?buildKey=TRAN-TRAN
Add new job for the module in https://ci.openmrs.org/chain/admin/config/defaultStages.action?buildKey=TRAN-TRAN. Use 'Clone an existing job' and choose any other job from the same plan. It's important to name the job based on the github repository (i.e., a github module in 'https://github.com/openmrs/openmrs-module-somethingamazing' should be named 'somethingamazing')
Edit the newly created job, and change the first task to the repository created on step 1.