-
Bug
-
Resolution: Done
-
Major
-
OpenShift 4.11 Async
-
None
-
devex docs #224 Sep 1-Sep 22, devex docs #225 Sep 22-Oct 13
-
3
-
Documentation (Ref Guide, User Guide, etc.)
-
---
-
---
The command to run the pipeline fails in the following doc:
https://docs.openshift.com/container-platform/4.11/cicd/pipelines/creating-applications-with-cicd-pipelines.html#running-a-pipeline_creating-applications-with-cicd-pipelines
$ tkn pipeline start build-and-deploy \ -w name=shared-workspace,volumeClaimTemplateFile=https://raw.githubusercontent.com/openshift/pipelines-tutorial/pipelines-1.8/01_pipeline/03_persistent_volume_claim.yaml \ -p deployment-name=pipelines-vote-api \ -p git-url=https://github.com/openshift/pipelines-vote-api.git \ -p IMAGE=image-registry.openshift-image-registry.svc:5000/$(context.pipelineRun.namespace)/pipelines-vote-api \ --use-param-defaults
The command fails with:
command not found: context.pipelineRun.namespace