---
title: "CI/CD Pipeline Integration"
description: "Learn how to integrate DoveRunner Mobile App Security with your CI/CD pipelines for automated mobile app protection."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

Integrate DoveRunner Mobile App Security into your CI/CD pipeline to automate app sealing without manual intervention. The DoveRunner CLI tool (`sealing.jar`) enables developers to:

- Automatically upload APK or AAB files to the DoveRunner Mobile App Security server
- Download sealed APK or AAB files without logging into the Developer Console
- Integrate security measures directly into existing build processes
- Configure protection settings through command-line parameters or configuration files

## Prerequisites

Before integrating with your CI/CD pipeline:
- Java Runtime Environment (JRE) must be installed
- Access to your CI/CD environment configuration
- Authentication key from the Developer Console
- CLI tool (`sealing.jar`) downloaded from the Developer Console

## Guides

### Android

1. **[How to Integrate with CI/CD Pipeline](./how-to-integrate-with-cicd-pipeline/)** — Set up the CLI tool and download it from the console
2. **[Basic Configuration](./basic-configuration/)** — All available CLI options and configuration reference
3. **[Jenkins Integration](./jenkins-integration/)** — Jenkins pipeline setup for Android
4. **[Fastlane Integration](./fastlane-integration/)** — Fastlane setup for Android
5. **[Troubleshooting](./troubleshoot/)** — Common issues, exit codes, and error resolution

### iOS

For iOS CI/CD integration guides, see the [iOS CI/CD section](/mobile-app-security/ios/cicd/).