Skip to content

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

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
  1. How to Integrate with CI/CD Pipeline — Set up the CLI tool and download it from the console
  2. Basic Configuration — All available CLI options and configuration reference
  3. Jenkins Integration — Jenkins pipeline setup for Android
  4. Fastlane Integration — Fastlane setup for Android
  5. Troubleshooting — Common issues, exit codes, and error resolution

For iOS CI/CD integration guides, see the iOS CI/CD section.