Skip to content

Commit

Permalink
docs: Add another CI example. Fixes #8813 (#8944)
Browse files Browse the repository at this point in the history

Signed-off-by: tim-sendible <[email protected]>
  • Loading branch information
tim-sendible committed Jun 12, 2022
1 parent 2639779 commit ba6e190
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Continuous Integration Example
# Continuous Integration Examples

Continuous integration is a popular application for workflows.

One example of a CI workflow is
<https://github.com/argoproj/argo-workflows/tree/master/examples/influxdb-ci.yaml>. Because it uses the concepts
that we've already covered, we don't go into details here.

A more detailed example is <https://github.com/sendible-labs/argo-workflows-ci-example>, which allows you to
create a local CI Workflow for the purposes of learning.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ nav:
- walk-through/kubernetes-resources.md
- walk-through/docker-in-docker-using-sidecars.md
- walk-through/custom-template-variable-reference.md
- walk-through/continuous-integration-example.md
- walk-through/continuous-integration-examples.md
- User Guide:
- workflow-concepts.md
- Custom Resource Kinds:
Expand Down

0 comments on commit ba6e190

Please sign in to comment.