Jenkins with XCUITest

You can use the Gradle plugin as part of a Jenkins CI-controlled job. Learn how to integrate your automation scripts with Jenkins based on your use case.

Important: This document includes references to a third-party product, Jenkins. The user interface and usage of third-party products are subject to change without notice. For the latest published information about Jenkins, see https://www.jenkins.io/doc/.

Scenario 1 | Standalone mode with Gradle plugin

You run Gradle from Jenkins using the Jenkins Gradle plugin. Application, XCTest, XCUITest .ipa/.app files exist in the local file system and present in your configFile.json file, similar to this one.

Scenario 2 | Standalone mode with Gradle wrapper

This scenario is the same as Scenario 1 without the Jenkins Gradle plugin. Instead, you run an installed version of the Gradle wrapper.