Pipeline build view

You can click on each node in the pipeline view and see the all work done for that stage. In the first screenshot, we clicked on the Build Information node to see the commands run in that particular stage, that encompass pulling down a fresh copy of the GitHub repository and running the go version and go fmt commands:

Notice that the second node is labeled Run Tests, and when we click that particular node, we only see the go test command, that runs our unit test cases in Golang:

One of the great things about pipeline views ...

Get Hands-On Continuous Integration and Delivery now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.