You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
Pipeline Integration:
Both PredefinedTask and CustomTask are engineered for direct integration into Pipelines, no more need any parameter passing.
Xieql
changed the title
[FR] The relization of pipeline.
[FR] The realization of pipeline.
Dec 1, 2023
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:
Reconciler for Render Tekton Resource:
Kurator pipeline cli:
The text was updated successfully, but these errors were encountered: