Skip to main content

Jenkins Integration Overview

Jenkins is an open-source automation server. Jenkins provides hundreds of plugins to support building, deploying, and automating any project.

You can integrate Jenkins with Katalon Studio and execute Katalon tests with Jenkins.

Jenkins Integration

There are two possible ways to integrate Katalon with Jenkins:

  1. Use Katalon Plugin for Jenkins.

    Katalon Plugin for Jenkins helps execute Katalon Studio in Jenkins. Katalon Studio will be automatically downloaded and deployed. To integrate Jenkins with Katalon Studio via Katalon Plugin, you can refer to the following documents:

  2. Use Katalon Studio Docker Image.

    This image contains up-to-date browsers, including Google Chrome, Mozilla Firefox, and Katalon Studio. Hence, when running your Katalon Project with Katalon Studio Docker Image, the pre-installed Katalon Studio and Katalon Runtime Engine in your local machine are not required. Docker Image for Katalon Studio is available at the Docker Hub: katalonstudio/katalon.

    To integrate Jenkins with Katalon Studio via Katalon Docker Image, you can refer to the following documents:

Execute Katalon Studio tests in Jenkins

The following documents are tutorials and tips that can help you execute Katalon Studio tests after Jenkins integration.