Create a Jenkins build Learn how to create a Jenkins build, so you can leverage continuous integration within your test automation pipeline. Before you start You’ll need to complete the following: Upload a project to your cloud VCS. Install Jenkins on your personal computer. Verify your Jenkins permissions are Overall/Manage or higher. Open Jenkins By default, Jenkins is set to http://localhost:8080. Open Jenkins in your browser. Optional: install the Maven plugin If you haven’t installed the Maven plugin already, select Dashboard > Manage Jenkins. Select Plugins. Select Available Plugins, then search for Maven and select Install after restart. Create a new project Select Dashboard > New Item. Enter a project name, select Maven project > OK. Set up the minimum requirements In the Configuration page, you will configure your Maven project. The following section outlines the minimum requirements for integrating Jenkins with Kobiton; however, you can add or change any of these options to better meet your project needs. General In the General pane, enter a description. Select the Discard old builds checkbox, then choose the maximum number of days to keep builds and how many builds to keep. For example: If you are sharing this build with multiple users, we recommended configuring runtime environment variables so users will be required to enter their username, API key, and device UDID so Jenkins can assign these variables at runtime. For more information, see Configure environment variables in Jenkins. Source code management Select Source Code Management. Select Git, then enter the URL you created previously along with your credentials. Build triggers Select Build Triggers. Choose the settings that work best for you and your team. For example: Build environment Select Build Environment. Select the Delete Workspace before build starts, Add timestamps to Console Output, and Abort the build if it’s stuck checkboxes. Now that your Maven project is configured with the minimum requirements, you can configure your build steps. Configure your build steps In the remaining panes on the Configuration page, configure your Maven project’s Pre Steps, Build, Post Steps, Build Settings, and Post-Build Actions. Build steps are project-specific, so choose the options that best meet your project’s needs. When you’re finished, select Save.