Search code examples
androidamazon-web-servicesaws-device-farm

Integrating AWS device farm with Jenkins


I want to integrate my Jenkins build with AWS device farm. So, while creating a project on AWS device farm, it asks to upload the apk to test. I want that the apk should be picked from Jenkins server location and I don't have to manually upload apk to AWS device farm.

Is this possible?


Solution

  • To create a Project in AWS device farm is mandatory to upload an APK to proceed with the project creation.

    The same will happen with the device pool, you can create a device pool only after creating a Run.

    After you create that all this information will be available in Jenkins Server (of course after Authentication and plug in installed)

    Another was is using AWS CLI but I can't give you more information as I haven't used yet