Skip to content

Commit

Permalink
docs(cd/cd): Add Tekton guide + Update Testkube guide (#2604)
Browse files Browse the repository at this point in the history
* docs+ex(tekton): initial samples

* docs(cicd): add tekton, move testkube to cicd

* docs(recipes): update overview
  • Loading branch information
adnanrahic committed May 29, 2023
1 parent 8a0508f commit ef82333
Show file tree
Hide file tree
Showing 18 changed files with 1,078 additions and 12 deletions.
6 changes: 5 additions & 1 deletion docs/docs/ci-cd-automation/overview.md
@@ -1,8 +1,12 @@
# CI/CD Automation

This section contains a general overview of running Tracetest in CI/CD pipelines. You can find guides for:
This section contains a general overview of running Tracetest in CI/CD pipelines.

You can find guides for:

- [GitHub Actions](./github-actions-pipeline)
- [Testkube](./testkube-pipeline)
- [Tekton](./tekton-pipeline)

Tracetest is designed to work with all CI/CD platforms and automation tools. To enable Tracetest to run in CI/CD environments, make sure to [install the Tracetest CLI](../getting-started/installation.mdx) and configure it to access your [Tracetest server](../configuration/server.md).

Expand Down

0 comments on commit ef82333

Please sign in to comment.