diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-09-27 12:29:16 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-09-27 12:29:16 -0600 |
| commit | 698926e352294bd167cfe158a71689c8606bce7b (patch) | |
| tree | 71d30a06af185d970101ebd52e40c5938469c895 /jjb/example.ini | |
| parent | dee90ffc700882369589dc3078abbf81e0bb5927 (diff) | |
putting jjb tree in here
Diffstat (limited to 'jjb/example.ini')
| -rw-r--r-- | jjb/example.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/jjb/example.ini b/jjb/example.ini new file mode 100644 index 0000000..d87a962 --- /dev/null +++ b/jjb/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 |
