Created
March 14, 2018 14:56
-
-
Save WadeBarnes/1094cf37051a5227b98a08df78f87064 to your computer and use it in GitHub Desktop.
Delete `New` or `Pending` builds in OpenShift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oc delete builds $(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