Closed ezeYaniv closed 1 year ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
/gcbrun
Fixes #153 and #160
This lets the user replace substrings in .json template variables. The most pressing need is to remove (or escape) double quotes, which breaks the template due to json not expecting unescaped double quotes.
The Cloud Build .Build object has some properties which come with double quotes:
.Build.FailureInfo.Detail
is one such object: a typical FailureInfo object looks like: