From 4ac69764a029a0872187010e5cc32f119aac6139 Mon Sep 17 00:00:00 2001 From: Hamid Emamian Date: Fri, 17 Nov 2023 12:03:12 +0300 Subject: [PATCH] fixed cicd review --- docs/docs/articles/cicd-overview.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/articles/cicd-overview.md b/docs/docs/articles/cicd-overview.md index ca2b06cb64b..f4954541274 100644 --- a/docs/docs/articles/cicd-overview.md +++ b/docs/docs/articles/cicd-overview.md @@ -6,6 +6,9 @@ We have different tutorials for the options of being CI driven or using GitOps a - [Github Actions - running Tests or TestSuites with testkube-run-action](./run-tests-with-github-actions.md) - [Github Actions - running Testkube CLI commands with testkube-docker-action](./github-actions.md) +- [Testkube Docker CLI](./testkube-cli-docker.md) +- [Gitlab CI](./gitlab.md) +- [Jenkins CI/CD](./jenkins.md) - [GitOps Testing](./gitops-overview.md) - [Flux](./flux-integration.md) - - [ArgoCD](./argocd-integration.md) \ No newline at end of file + - [ArgoCD](./argocd-integration.md)