Update jenkins.ini.example with relevent defaults 52/5152/1
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 15 Feb 2017 03:21:35 +0000 (13:21 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 15 Feb 2017 03:29:03 +0000 (13:29 +1000)
* 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 <abelur@linuxfoundation.org>
jenkins.ini.example

index c8486f8..76012fe 100644 (file)
@@ -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