OpenShift Build Operations: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
oc get builds | oc get builds | ||
These are actually build pods and they can also be obtained with: | |||
oc get pods | |||
=View Build Logs= | =View Build Logs= |
Revision as of 04:34, 21 November 2017
Internal
Overview
View Builds for Project
oc get builds
These are actually build pods and they can also be obtained with:
oc get pods
View Build Logs
View build logs associated with a build object:
oc logs -f builds/<build-pod-name>