
Bitbucket Pipelines
If your code lives in Bitbucket, your CI/CD can too. Bitbucket Pipelines runs your tests and deploys to Gigalixir without leaving Atlassian's ecosystem.
All-In-One Repository: Your code, pull requests, and deployment pipeline live in the same place. No external CI service to manage or pay for separately.
Deployment Variables: Store Gigalixir credentials as secured repository variables. They're encrypted, hidden in logs, and available to your pipeline.
Branch Workflows: Define different pipeline steps for different branches. Feature branches run tests only. Main branch tests and deploys.
Jira Integration: If you use Jira for project tracking, Bitbucket Pipelines can update issue status on deployment. Your deployment history connects to your project management.
