Adding a Validation Pipeline Config¶
Once you have created the validation pipeline configuration file, it is ready to be added to the Workflow Web system. This tutorial will guide you through the steps on how to add a validation pipeline configuration to the Workflow Web system.
Prerequisites¶
Before you begin, ensure you have the following:
- A validation pipeline configuration file.
- A GitHub account.
- Access to the Workflow Web system.
- Be part of the GitHub organization & team that the validation pipeline belongs to. See the GitHub Teams Tutorial for more information.
Workflow Web Codebase - configs/
Directory¶
Info
You can find the Workflow Web codebase in the GitHub repository. Requires access.
The Workflow Web codebase contains a configs/
directory where all the validation pipeline configurations are stored. The configs/
directory is located in the ./src
directory of the Workflow Web codebase.
At build time, the validation configs are loaded into the system and displayed in the Workflow Web UI.
Deploying your Validation Pipeline¶
To deploy a validation pipeline, provide an admin with your YAML file. The admin will ensure that the pipeline is correctly configured and will deploy it in the Workflow Web system.