remove pipeline references

This commit is contained in:
Vaishnav Gaikwad
2022-10-25 17:02:09 -07:00
committed by Billy Tat
parent ca01513152
commit f0196c62ee
24 changed files with 7 additions and 2406 deletions
@@ -1,16 +0,0 @@
---
title: Rancher's CI/CD Pipelines
description: Use Rancher’s 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](../../../pages-for-subheaders/pipelines.md) section.