Setting up Your Second Pipeline
This section will help you set up your second pipeline. Feel free to take an example from below, or the walkthrough section.
- Basic pipeline (only requires Argo Workflows)
- Argo CD deployment pipeline (requires Argo Workflows and Argo CD)
- Send Slack messages with a pipeline
Walkthrough
Templates
Build more dynamic templates with features like:
- Dynamic input and output variables
- Mounting secrets to use sensitive values in workflows
- Mounting volumes for mounting files and more complex data
- Updating templates directly from the UI
Pipelines
Build robust pipelines with features like:
- Pass values and files between steps in a workflow
- Run workflows on a cron interval
- Use service accounts with workflows to easily manage cloud infrastructure
- Customize inputs when running a workflow
- Re-run a workflow with the same parameters and custom inputs
- Updating templates directly from the UI