OpenShift Build Operations

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

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-pod-name>