From: Anil Belur Date: Wed, 15 Feb 2017 03:21:35 +0000 (+1000) Subject: Update jenkins.ini.example with relevent defaults X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=44f0028fbe5780ddb22c01a8cb7c190dbcd7075e;p=ci-management.git Update jenkins.ini.example with relevent defaults * update url to point to sandbox * disable querying plugin info which default to true * remove default include paths Change-Id: I2ff654ca699fc654ce77598597a002bf710a6ce1 Signed-off-by: Anil Belur --- diff --git a/jenkins.ini.example b/jenkins.ini.example index c8486f89a..76012fec6 100644 --- a/jenkins.ini.example +++ b/jenkins.ini.example @@ -1,12 +1,11 @@ [job_builder] ignore_cache=True keep_descriptions=False -include_path=.:scripts:~/git/ +include_path=. recursive=True [jenkins] #user=jenkins #password=1234567890abcdef1234567890abcdef -url=http://localhost:8080 -##### This is deprecated, use job_builder section instead -#ignore_cache=True +url=https://jenkins.fd.io/sandbox +query_plugins_info=False