diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2021-11-26 14:25:33 -0700 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2021-11-26 14:25:33 -0700 |
| commit | c8d4ddcf04709616afbb3b8921692a182b8dfbf2 (patch) | |
| tree | 7480f6b5b63832e368c29322e2f6ec604071f45f /example.ini | |
initial commit
Diffstat (limited to 'example.ini')
| -rw-r--r-- | example.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/example.ini b/example.ini new file mode 100644 index 0000000..d87a962 --- /dev/null +++ b/example.ini @@ -0,0 +1,13 @@ +[job_builder] +ignore_cache=True +keep_descriptions=False +include_path=.:scripts:~/git/ +recursive=False +exclude=.*:manual:./development +allow_duplicates=False + +[jenkins] +user=my_username +password=my_jenkins_api_key +url=http://jenkins.tld/ +query_plugins_info=False |
