From 69d820d905ae560c67aaa8f21244304495d56b2c Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 12 Jul 2018 20:25:11 -0400 Subject: [PATCH] Update jenkins.ini.example with retain_anchors Update jenkins.ini.example to include retain_anchors, as taking this update to make the rest of the config file example a little more useful to users. Issue-ID: CIMAN-1 Change-Id: If4aa66b02826fdf1b9afd5e7e1d6919a3484f68b Signed-off-by: Thanh Ha --- jenkins.ini.example | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/jenkins.ini.example b/jenkins.ini.example index 959f06bb1..9dcf35767 100644 --- a/jenkins.ini.example +++ b/jenkins.ini.example @@ -1,13 +1,12 @@ [job_builder] ignore_cache=True keep_descriptions=False -include_path=.:scripts:~/git/ +include_path=. recursive=True +retain_anchors=True [jenkins] +user=#username# +password=#api_token# +url=https://jenkins.onap.org/sandbox query_plugins_info=False -#user=jenkins -#password=1234567890abcdef1234567890abcdef -url=http://localhost:8080 -##### This is deprecated, use job_builder section instead -#ignore_cache=True -- 2.16.6