From 111f4512d5cc20b8fe3ef45a5b2e90d0207e93d5 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 16 Mar 2017 18:50:47 -0400 Subject: Add note regarding a bug with !include-raw-escape This spawned from discussions on the mailing list: http://lists.openstack.org/pipermail/openstack-infra/2017-March/005233.html Change-Id: I7916ebec86350fa760bb02b6bde38e27c71dc359 Signed-off-by: Thanh Ha --- doc/source/execution.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/source/execution.rst b/doc/source/execution.rst index 7cf0ec37..aa75f43a 100644 --- a/doc/source/execution.rst +++ b/doc/source/execution.rst @@ -25,7 +25,7 @@ job_builder section **include_path** (Optional) Can be set to a ':' delimited list of paths, which jenkins job builder will search for any files specified by the custom application - yaml tags 'include', 'include-raw' and 'include-raw-escaped'. + yaml tags 'include', 'include-raw' and 'include-raw-escape'. **recursive** (Optional) If set to True, jenkins job builder will search for job -- cgit