From: Thanh Ha Date: Fri, 13 Jul 2018 00:25:11 +0000 (-0400) Subject: Update jenkins.ini.example with retain_anchors X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F56341%2F1;p=ci-management.git 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 --- 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