From 24b4ac35a9235b8cd99d7b65843c895d8b61b042 Mon Sep 17 00:00:00 2001 From: Ryan SIU Date: Wed, 15 Apr 2020 17:52:09 +0800 Subject: [PATCH] Adding the current features to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c7b0604..d2a212a 100644 --- a/README.md +++ b/README.md @@ -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.