iosgitfastlanefastlane-deliver

Monitor Git tag via Fastlane for automated build generation


I have integrated Fastlane into my app. It can generate builds automatically when I manually tell it to generate build via terminal. I was wondering is there a way where I can set the fastlane to keep monitoring my branch and start generating the builds whenever a new tag is created on my branch.


Solution

  • This is not possible because Fastlane is not a CL (continuous integration). So there is no option to run it on the background like Jenkins does. I am using Jenkins for this to notify the Fastlane to trigger a lane when a New Tag is created on Git.