This document discusses continuous integration and continuous delivery (CI/CD) for app development at Mandiri. It begins with an overview of CI/CD, including elements like source control, building, testing and deploying. It then proposes a solution using Jenkins and Fastlane to automate building iOS and Android apps from code commits through testing to production deployment. The document demonstrates this process and discusses advantages like reduced errors and faster updates.