Skip to content

Commit 24b4ac3

Browse files
committed
Adding the current features to README
1 parent bd8a108 commit 24b4ac3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
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.
66

7+
## Current features
8+
* YAML format cloud build definition digestion
9+
* Temporary graph rendering
10+
* Save graph as dot, png, jpg or jpeg
11+
712
## Rule of cloud build async process
813
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.
914
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.

0 commit comments

Comments
 (0)