Files
rancher-docs/versioned_docs/version-2.0-2.4/how-to-guides/advanced-user-guides/manage-projects/ci-cd-pipelines.md
T
2022-09-23 10:11:24 -07:00

662 B
Raw Blame History

title, description
title description
Rancher's CI/CD Pipelines Use Ranchers CI/CD pipeline to automatically checkout code, run builds or scripts, publish Docker images, and deploy software to users

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 section.