Jenkins

Automated your tests in the Finalrun cloud with Jenkins

Prerequisites

Before setting up Jenkins integration, ensure you have:

  • Jenkins Server - Running locally or on dedicated server

  • FinalRun API Key - Obtain from your FinalRun dashboard

  • App Name - The exact app name as it appears in your FinalRun dashboard (Apps section)

  • Git Repository - Accessible by Jenkins

circle-info

Note: App names are case-sensitive and must match exactly as shown in the FinalRun dashboard.

Add Finalrun API key to Secrets

  1. Navigate to Manage JenkinsManage Credentials

  2. Click (global) domain → Add Credentials

  3. Configure:

    • Kind: Secret text

    • Scope: Global

    • Secret: Your FinalRun API key

    • ID: finalrun-api-key

    • Description: FinalRun API Key for CI/CD

Jenkinsfile Configuration

Create a Jenkinsfile in your repository root:

Last updated