CI/CD Pipeline Integration
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
Section titled “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
Section titled “Guides”Android
Section titled “Android”- How to Integrate with CI/CD Pipeline — Set up the CLI tool and download it from the console
- Basic Configuration — All available CLI options and configuration reference
- Jenkins Integration — Jenkins pipeline setup for Android
- Fastlane Integration — Fastlane setup for Android
- Troubleshooting — Common issues, exit codes, and error resolution
For iOS CI/CD integration guides, see the iOS CI/CD section.