-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
This page lists the requirements for The realization of pipeline.
for more details, see #476
Requirements:
-
Pipeline API: pipeline: Init pipeline api #478
-
Render template:
-
- PredefinedTask: Simply renders the task with default parameter values, which means parameters are pre-configured. pipeline: add render custom task func #541
-
- CustomTask: A one-step process to render all essential information; no parameter configuration required.
-
- Pipeline: Both PredefinedTask and CustomTask can be directly utilized in Pipelines without the need for passing parameters.
-
- Trigger
- PredefinedTask:
-
- Git clone:
-
- Lint
-
- UT
-
- Build image
-
- Upload image
- and so on
-
Reconciler for Render Tekton Resource:
-
Kurator pipeline cli:
-
- Get pipeline excution log and status
-
- Install Tekton, optional
- Docs:
-
- How to create github secret
-
- How to create OCI registry secret
-
- How to config a gateway service to route trigger
-
- How to use PredefinedTask
-
- How to use CustomTask
-
- How to manage your supply chain security
Reactions are currently unavailable