Skip to content

Commit

Permalink
Adding the current features to README
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSiu1995 committed Apr 15, 2020
1 parent bd8a108 commit 24b4ac3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

For the current version of Google cloud build, it supports the async process with the variable `waitFor`. With the growth of complexity of your pipeline, it will be hard to maintain the async flow. Unlike Jenkins and CircleCI, there is no visualizer for your pipeline. This application aims at visualize the pipeline and help the developers to debug their cloud build.

## Current features
* YAML format cloud build definition digestion
* Temporary graph rendering
* Save graph as dot, png, jpg or jpeg

## Rule of cloud build async process
From the Google [docs](https://cloud.google.com/cloud-build/docs/configuring-builds/configure-build-step-order), there are a few rules for the async process.
1. If no values are provided for waitFor, the build step waits for all prior build steps in the build request to complete successfully before running.
Expand Down

0 comments on commit 24b4ac3

Please sign in to comment.