Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for escaped spaces in values
This change allows to use `\ ` in BuildFlags values. For instance the following configuration will set `KEY1` with value `SPLIT VALUE` and `KEY2` with value `VALUE2` to docker build. BuildFlags: dockerargs:KEY1=SPLIT\ VALUE dockerargs:KEY2=VALUE2
- Loading branch information