From 2cde0d6132dbe09948d56bf1b55f8a4edcfc8704 Mon Sep 17 00:00:00 2001 From: Marcel Prince Date: Thu, 16 Aug 2018 14:23:29 -0700 Subject: [PATCH] Add env template function to doc --- website/source/docs/templates/engine.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/templates/engine.html.md b/website/source/docs/templates/engine.html.md index f8dbc6468..e0bbda586 100644 --- a/website/source/docs/templates/engine.html.md +++ b/website/source/docs/templates/engine.html.md @@ -33,6 +33,7 @@ Here is a full list of the available functions for reference. - `build_name` - The name of the build being run. - `build_type` - The type of the builder being used currently. +- `env` - Returns environment variables. See example in [using home variable](/docs/templates/user-variables.html#using-home-variable) - `isotime [FORMAT]` - UTC time, which can be [formatted](https://golang.org/pkg/time/#example_Time_Format). See more examples below in [the `isotime` format reference](/docs/templates/engine.html#isotime-function-format-reference).