Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #311 from kylegc/master
Browse files Browse the repository at this point in the history
Fix the pipeline logs command
  • Loading branch information
kvijai82 authored Feb 27, 2020
2 parents 59fd34c + 48191e4 commit ae78b6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ You can build and deploy a simple java-microprofile application using the defaul
* By default, the application container image is built and pushed to the Internal Registry, and then deployed serverless
. (Optional) Access the pipeline logs
* `oc logs $(oc get pods -l tekton.dev/pipelineRun=appsody-manual-pipeline-run --output=jsonpath={.items[0].metadata.name}) --all-containers`
* `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`
. (Optional) Make detailed pipeline changes by accessing the pipelines dashboard
* `http://tekton-dashboard.<MY_OPENSHIFT_MASTER_DEFAULT_SUBDOMAIN>`

0 comments on commit ae78b6f

Please sign in to comment.