Jenkins
This guide will help you integrate Scandium into your Jenkins pipeline. With just a few steps, you’ll be able to run automated tests from your Scandium test suite as part of your CI/CD process.
What You’ll Achieve
Prerequisites
Step 1: Configure Environment Variables in Jenkins
Option A: Global Jenkins Environment Variables
Step 2: Add Build Steps in Jenkins Pipeline
If using a Pipeline Job, your Jenkinsfile should look like this:
Jenkinsfile should look like this:Step 3: Run Your Jenkins Job
Troubleshooting Tips
Last updated