Open Xieql opened 11 months ago
/assign
PredefinedTask directly render default parameter values for existed task, eliminating the need for user configuration. This method is efficient for standard tasks, reducing setup complexity and expediting the process. It is based on class Tekton catalog task
CustomTask rendering automates the entire task setup, requiring no parameter input from the user. It's designed for complex tasks, providing a ready-to-use configuration with all necessary details included. It is means that, user need provide enough info about the task excution.
Both PredefinedTask and CustomTask are engineered for direct integration into Pipelines, no more need any parameter passing.
This page lists the requirements for The realization of pipeline.
for more details, see #476
Requirements:
[x] Pipeline API: #478
[ ] Render template:
[ ] PredefinedTask:
and so on
[ ] Reconciler for Render Tekton Resource:
[ ] Kurator pipeline cli:
[ ] Docs: