Setting up the Jenkins task

Once the preceding plugins are installed, it becomes slightly easier for us to use these plugins to set up the Jenkins task. Follow the given steps to create the Jenkins task:

  1. Launch Jenkins (http://localhost:8080).
  2. Click on Manage Jenkins > Configure System.
  3. Under Global properties, select Environment variables and add the Name and Value. Value should be local to your machine; it should be what we have set up in the bash profile in Chapter 2, Setting Up the Machine:
      Name : ANDROID_HOME      Value : /usr/local/Cellar/android-sdk/24.4.1_1 
  1. Click on Save.
  2. Once done, click on New Item.
  3. Enter a project name and select Freestyle project; click on OK:
  1. Enter the Description you want for this project.
  1. Under Source ...

Get Mobile Test Automation with Appium now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.