You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to retrieve the latest build output for a given branch, pull details about the build as well as stdout of the build steps.
Something like
circleci project build list githug <orgname> <projectname>
or
circleci project build list githug <orgname> <projectname> --branch /feature/xyz
circleci project build list githug <orgname> <projectname> --revision 4b4e96b7c40b5bc93ba348d150bb0f4f34a7c18d
This would allow me to script comparing output of different revisions, branches etc. to triage an issue w/o rerunning builds locally or manually tapping though the UI.
The text was updated successfully, but these errors were encountered:
I would like to retrieve the latest build output for a given branch, pull details about the build as well as stdout of the build steps.
Something like
This would allow me to script comparing output of different revisions, branches etc. to triage an issue w/o rerunning builds locally or manually tapping though the UI.
The text was updated successfully, but these errors were encountered: