August 2018
Intermediate to advanced
416 pages
12h 37m
English
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 ...
Read now
Unlock full access