From 44f0028fbe5780ddb22c01a8cb7c190dbcd7075e Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 15 Feb 2017 13:21:35 +1000 Subject: [PATCH] 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 --- jenkins.ini.example | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.16.6