Skip to content

fix missing pipeline terms for azure devops #326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/tools/pipeline-remediation.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ With CodeRabbit CI/CD Pipeline Remediation, you have coderabbit automatically re

### GitLab CI/CD

- Pipeline failure analysis
- GitLab CI/CD Pipeline failure analysis
- Integration with GitLab Advanced Security
- Support for DAST (Dynamic Application Security Testing) findings
- Remediation for SAST (Static Application Security Testing) issues
Expand All @@ -105,16 +105,16 @@ With CodeRabbit CI/CD Pipeline Remediation, you have coderabbit automatically re

### CircleCI

- Workflow failure detection
- CircleCI Pipeline failure analysis
- Job-level error analysis
- Configuration validation
- Dependency resolution

<img src="/img/tools/circle-cicd.png" width="600" alt="CircleCI Integration" />

### Azure DevOps
### Azure DevOps Pipelines

- Pipeline failure detection
- Azure DevOps CI/CD Pipeline failure analysis
- Integration with Azure DevOps Checks
- Support for custom tasks and pipelines
- Remediation for build issues
Expand Down Expand Up @@ -174,4 +174,4 @@ Our tool handles a wide range of pipeline failures including:
- [GitHub Actions Configuration](https://docs.github.com/en/actions)
- [GitLab CI/CD Documentation](https://docs.gitlab.com/ee/ci/)
- [CircleCI Documentation](https://circleci.com/docs/)
- [Azure DevOps Documentation](https://learn.microsoft.com/en-us/azure/devops/pipelines/get-started/pipelines-get-started?view=azure-devops)
- [Azure DevOps Pipeline Documentation](https://learn.microsoft.com/en-us/azure/devops/pipelines/get-started/pipelines-get-started?view=azure-devops)