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
| Method | Best For | Setup Time |
|---|---|---|
| CLI Tool | Any CI/CD, local uploads | 2 minutes |
| GitHub Action | GitHub Actions workflows | 1 minute |
| API | Custom integrations | 10+ 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-climacOS:
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-cliWindows: 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"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
- CLI Quick Start - Get started with the CLI tool
- GitHub Action - Integrate with GitHub Actions
- Jenkins Plugin - Integrate with Jenkins
- API Reference - Build custom integrations
- Build Storage Triggers - Automatically run tests on upload
Last updated on