diff options
author | Thanh Ha <thanh.ha@linuxfoundation.org> | 2018-07-12 20:25:11 -0400 |
---|---|---|
committer | Thanh Ha <thanh.ha@linuxfoundation.org> | 2018-07-12 20:26:05 -0400 |
commit | 69d820d905ae560c67aaa8f21244304495d56b2c (patch) | |
tree | abd7b15a98421fc1e8caaa71a030c87ef8d4695a /jenkins.ini.example | |
parent | 37755f797b087a0f4772c2d6fce625a45d53812a (diff) |
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 <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'jenkins.ini.example')
-rw-r--r-- | jenkins.ini.example | 11 |
1 files 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 |