Skip to content

Commit 48191e4

Browse files
authored
Fix the pipeline logs command
1 parent d12e615 commit 48191e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ref/general/installation/installing-kabanero-foundation.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ You can build and deploy a simple java-microprofile application using the defaul
121121
* By default, the application container image is built and pushed to the Internal Registry, and then deployed serverless
122122
123123
. (Optional) Access the pipeline logs
124-
* `oc logs $(oc get pods -l tekton.dev/pipelineRun=appsody-manual-pipeline-run --output=jsonpath={.items[0].metadata.name}) --all-containers`
124+
* `oc logs $(oc get pods -l tekton.dev/pipelineRun=java-microprofile-manual-pipeline-run -n kabanero --output="jsonpath={.items[0].metadata.name}") -n kabanero --all-containers`
125125
126126
. (Optional) Make detailed pipeline changes by accessing the pipelines dashboard
127127
* `http://tekton-dashboard.<MY_OPENSHIFT_MASTER_DEFAULT_SUBDOMAIN>`

0 commit comments

Comments
 (0)