---
title: "CI/CD 파이프라인 연동"
description: "DoveRunner Mobile App Security를 CI/CD 파이프라인에 연동하여 앱 실링을 자동화하는 방법을 알아보세요."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

DoveRunner Mobile App Security를 CI/CD 파이프라인에 연동하면 수동 개입 없이 앱 실링을 자동화할 수 있습니다. DoveRunner CLI 도구(`sealing.jar`)를 통해 다음 작업이 가능합니다:

- APK 또는 AAB 파일을 DoveRunner Mobile App Security 서버에 자동 업로드
- Developer Console 로그인 없이 실링된 APK 또는 AAB 파일 다운로드
- 기존 빌드 프로세스에 보안 조치를 직접 통합
- 커맨드라인 파라미터 또는 설정 파일로 보호 옵션 구성

## 사전 요구사항

CI/CD 파이프라인 연동 전 준비사항:
- Java Runtime Environment (JRE) 설치 필요
- CI/CD 환경 설정에 대한 접근 권한
- Developer Console에서 발급한 인증 키
- Developer Console에서 다운로드한 CLI 도구 (`sealing.jar`)

## 가이드

### Android

1. **[CI/CD 파이프라인 연동 방법](./how-to-integrate-with-cicd-pipeline/)** — CLI 도구 설정 및 콘솔에서 다운로드하는 방법
2. **[기본 설정](./basic-configuration/)** — 사용 가능한 모든 CLI 옵션 및 설정 참고 자료
3. **[Jenkins 연동](./jenkins-integration/)** — Android용 Jenkins 파이프라인 설정
4. **[Fastlane 연동](./fastlane-integration/)** — Android용 Fastlane 설정
5. **[문제 해결](./troubleshoot/)** — 일반적인 문제, 종료 코드 및 오류 해결 방법

### iOS

iOS CI/CD 연동 가이드는 [iOS CI/CD 섹션](/ko/mobile-app-security/ios/cicd/)을 참고하세요.