OpenShift Build Operations: Difference between revisions
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
View build logs associated with a build object: | View build logs associated with a build object: | ||
oc logs -f builds/<''build- | oc logs -f builds/<''build-object-name''> |
Revision as of 04:35, 21 November 2017
Internal
Overview
View Builds for Project
oc get builds
Each build has an associated build pod, whose names can be obtained with:
oc get pods
View Build Logs
View build logs associated with a build object:
oc logs -f builds/<build-object-name>