.app Files for Jenkins

Hey guys/gals. I plan on using CI for my appium tests. Will I need to convert the .app into .ipa if I wanna run my test on Jenkins, or can I leave it as a .app extention?

I’m not sure what jenkins has to do with .app or .ipa files. You would use whatever file type you use to run your tests locally with Appium. I have a Jenkins machine setup that runs both my iOS and Android tests, using .app and .apk files respectively.

Thank you Brian. I can verify that it works :slight_smile: