-
Bug
-
Resolution: Done
-
Minor
-
DO288 - OCP4.12-en-1-20230926
-
None
-
False
-
-
False
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/do288-4.12/pages/ch07s03 |
Reporter RHNID: | shasingh01 |
Section Title: | h2. Creating CI/CD Workflows by Using Red Hat OpenShift Pipelines |
Issue description
Description: In page: https://role.rhu.redhat.com/rol-rhu/app/courses/do288-4.12/pages/ch07s03 You have the following: " For example, the following command starts a pipeline called my-pipeline: tkn t start fetch-url ? Value for param `URL` of type `string`? TaskRun started: fetch-url-run-gzxpn ...output omitted. " Obviously the following command starts a task called fetch-url
The initial part of the statement mentions starting a pipeline called my-pipeline, but the command provided (tkn t start fetch-url) is for starting a Tekton task, not a pipeline. The Tekton CLI differentiates between tasks (t) and pipelines (p).
Steps to reproduce:
Workaround:
Expected result: