Files
rancher-docs/versioned_docs/version-2.5/how-to-guides/advanced-user-guides/manage-projects/ci-cd-pipelines.md
T
Billy Tat 1154a1e5d0 Fix links
2022-09-02 10:51:27 -07:00

21 lines
868 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Rancher's CI/CD Pipelines
description: Use Ranchers CI/CD pipeline to automatically checkout code, run builds or scripts, publish Docker images, and deploy software to users
weight: 4000
aliases:
- /rancher/v2.5/en/concepts/ci-cd-pipelines/
- /rancher/v2.5/en/tasks/pipelines/
- /rancher/v2.5/en/tools/pipelines/configurations/
- /rancher/v2.x/en/project-admin/pipelines/
---
Using Rancher, you can integrate with a GitHub repository to setup a continuous integration (CI) pipeline.
After configuring Rancher and GitHub, you can deploy containers running Jenkins to automate a pipeline execution:
- Build your application from code to image.
- Validate your builds.
- Deploy your build images to your cluster.
- Run unit tests.
- Run regression tests.
For details, refer to the [pipelines](../../../pages-for-subheaders/pipelines.md) section.