Skip to main contentEdgedive integrates with your CI/CD pipeline through custom scripts and per-repository configuration.
Pre/Post Commit Scripts
Define scripts that run before and after Edgedive makes changes.
Pre-execution Script
Runs before Edgedive implements a fix. Use for:
- Environment setup
- Dependency installation
- Database migrations
Post-execution Script
Runs after changes are made. Use for:
- Running tests
- Linting and formatting
- Build verification
Configure scripts in Agent for each repository.
Per-Repo Agent Setup
Each repository can have its own agent configuration:
- Custom prompts - Repository-specific instructions
- Build commands - How to build and test
- Branch naming - Prefix for created branches
- Reviewer assignment - Auto-assign based on code ownership
Go to Agent → select a repository to configure.
Log Querying
Edgedive can query logs from your cloud providers during analysis:
| Provider | Supported |
|---|
| Google Cloud Logging | Yes |
| Azure Log Analytics | Yes |
| AWS CloudWatch | Coming soon |
Configure log access in Agent → Logging Access.