Travis CI
Connect Travis CI to Cendriix to manage builds and CI pipelines.
Authentication
Travis CI uses API key authentication. You’ll need to generate an API key from your Travis CI dashboard.
Setup
- Navigate to Settings → Integrations → Connectors
- Find Travis CI in the connector list
- Click Connect
- Enter your API key when prompted
- The connector will be activated immediately
Admin Setup (Self-Hosted)
To enable Travis CI for your Cendriix instance:
- Generate an API key from your Travis CI dashboard
- Note the API key for the next step
- Populate the Secrets Manager secret
cendriix/prod/connectors/travis-ciwith:{ "api_key": "..." }
Use Cases
- Manage builds and CI pipelines
- Automate workflows between Travis CI and your other connected tools
- Query Travis CI data from Cendra AI assistant
Documentation
Last updated on