0

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?

Sushil
  • 8,250
  • 3
  • 39
  • 71

2 Answers2

2

Yes, you can configure Jenkins to upload your compiled application to AWS Device Farm. Install the AWS Device Farm Jenkins plugin and set Application to **/app-debug-unaligned.apk.

You can also watch our Jenkins integration webinar for more information.

Rohan Deshpande
  • 3,535
  • 1
  • 26
  • 31
  • Impressive stuff. These hidden gems should be in your documentation, so we don't have to write whole script to run jenkins job :) – python May 13 '16 at 14:56
  • @python how do we get it to work in jenkinsfile with a custom env and test spec – nAndroid Apr 12 '21 at 14:55
0

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

Asilvia
  • 271
  • 1
  • 3
  • 9