Skip to Content
CI/CD Integration
Build StorageOverview

Build Storage

Store and manage your application builds in nunu.ai’s secure cloud storage. Upload builds from any CI/CD system and use them in automated test runs.

Features

  • Multiple upload methods: CLI tool, GitHub Action, Jenkins plugin, or direct API
  • Automatic test triggers: Run tests automatically on every upload
  • Large file support: Automatic multipart uploads for files over 3GB
  • Smart storage management: Auto-delete old builds when capacity is reached
  • Automatic metadata collection: CLI detects git and CI/CD info automatically
  • Fast global delivery: CDN-backed downloads for quick test execution

Upload Methods

MethodBest ForSetup Time
CLI ToolAny CI/CD, local uploads2 minutes
GitHub ActionGitHub Actions workflows1 minute
APICustom integrations10+ minutes

Quick Start

Linux:

curl -L -O https://github.com/nunu-ai/nunu-cli/releases/latest/download/nunu-cli-linux-x86_64 chmod +x nunu-cli-linux-x86_64 sudo mv nunu-cli-linux-x86_64 /usr/local/bin/nunu-cli

macOS:

curl -L -O https://github.com/nunu-ai/nunu-cli/releases/latest/download/nunu-cli-macos-arm64 chmod +x nunu-cli-macos-arm64 sudo mv nunu-cli-macos-arm64 /usr/local/bin/nunu-cli

Windows: Download nunu-cli-windows-x86_64.exe and rename to nunu-cli.exe.

Use it:

# Set credentials export NUNU_API_TOKEN=your_token export NUNU_PROJECT_ID=your_project_id # Upload a build (platform auto-detected) nunu-cli upload build/app.apk --name "Production v1.2.3"

Continue to full guide →

Storage Capacity

Build storage capacity varies by project and is included in your pricing plan or service agreement. To enable build storage or adjust capacity, contact the nunu.ai team.

Use auto-delete to automatically manage storage when capacity is reached - old builds will be removed according to your deletion policy until there’s space for new uploads.

Next Steps

Last updated on