Skip to content

Instantly share code, notes, and snippets.

@WadeBarnes
Last active March 14, 2018 14:55
Show Gist options
  • Save WadeBarnes/d2ae5da66a8aa3655a9cc5c6b0fe8bdd to your computer and use it in GitHub Desktop.
Save WadeBarnes/d2ae5da66a8aa3655a9cc5c6b0fe8bdd to your computer and use it in GitHub Desktop.
List `New` or `Pending` builds in OpenShift
oc get builds | grep 'New\|Pending' | awk '{print $1;}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment