Tekton Custom Task and Run: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Tekton Concepts =Custom Task= <font color=darkkhaki> TO PROCESS: * https://tekton.dev/docs/pipelines/pipelines/#using-cus...") |
(→Run) |
||
Line 10: | Line 10: | ||
=Run= | =Run= | ||
Instantiates a Custom Task for execution when specific inputs. | Instantiates a Custom Task for execution when specific inputs. | ||
<font color=darkkhaki>To PROCESS: | <font color=darkkhaki>To PROCESS: | ||
* https://tekton.dev/docs/pipelines/runs/</font> | * https://tekton.dev/docs/pipelines/runs/</font> |
Latest revision as of 04:45, 29 April 2022
Internal
Custom Task
TO PROCESS:
- https://tekton.dev/docs/pipelines/pipelines/#using-custom-tasks
- https://github.com/tektoncd/community/blob/main/teps/0002-custom-tasks.md
Run
Instantiates a Custom Task for execution when specific inputs.
To PROCESS: