Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SUP-1740 Implement bk build view <number> <pipeline> #200

Merged
merged 3 commits into from
Feb 7, 2024

Conversation

lizrabuya
Copy link
Contributor

@lizrabuya lizrabuya commented Feb 7, 2024

This PR implements the command bk build view <number> <pipeline> , viewing a specific build number of a pipeline. The requirement is to show a summary of the build with the minimum information :

  • number
  • message
  • commit hash
  • branch
  • source
  • creator
  • state

Below are screenshots on what is currently implemented, and is open to suggestions for improvements.

Passing build
Screenshot 2024-02-07 at 1 41 34 pm

Failing build
Screenshot 2024-02-07 at 1 40 48 pm

Running build
Screenshot 2024-02-07 at 1 44 01 pm

Cancelled build
Screenshot 2024-02-07 at 1 45 07 pm

Build is blocked but in passing state
Screenshot 2024-02-07 at 1 06 15 pm

@lizrabuya lizrabuya marked this pull request as ready for review February 7, 2024 02:56
Copy link
Contributor

@mcncl mcncl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love the output and the styling. So easy to see the result/state of a build.

@lizrabuya lizrabuya merged commit 7eb2d30 into 3.x Feb 7, 2024
1 check passed
@lizrabuya lizrabuya deleted the sup-1740-bk-build-view branch February 7, 2024 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants