jenkins-job-builder/tests
Sebastian Schuberth dbe63dd9d2 cmd: Add a config file fallback to the user's home directory
The system-global path of

    /etc/jenkins_jobs/jenkins_jobs.ini

is not applicable on Windows. To solve that, and as Linux users would
benefit from a per-user configuration file, too, introduce a fallback at

    ~/.config/jenkins_jobs/jenkins_jobs.ini

following the XDG Base Directory Specification. Try to use that per-user
file if no configuration file is given on the command line and none is
present in the script directory for development purposes.

Change-Id: I1a22454999ee8ac60d6f22545850c33aa03bb29b
2016-04-18 15:25:56 +02:00
..
builder Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
builders Merge "Description Setter Plugin support as builder" 2016-02-25 18:30:38 +00:00
cachestorage Revert "Allow using lockfile per jenkins master" 2016-03-16 10:26:18 -07:00
cmd cmd: Add a config file fallback to the user's home directory 2016-04-18 15:25:56 +02:00
duplicates Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
errors Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
general Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
hipchat Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
jsonparser Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
localyaml Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
macros Merge "add reference-repo option to scm git submodule" 2016-02-25 19:30:09 +00:00
moduleregistry Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
modules Add helper function to convert xml 2016-02-25 16:04:34 -05:00
notifications Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
parallel Add parallelization options 2015-12-01 10:05:04 -05:00
parameters Adding support for maven-metadata-plugin 2016-01-21 16:46:16 +01:00
properties Merge "Add support for credentials properties in authorization matrix" 2016-03-09 13:13:30 +00:00
publishers upd google-cloud-storage plugin support 2016-03-09 22:27:18 +00:00
reporters Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
scm Merge "add reference-repo option to scm git submodule" 2016-02-25 19:30:09 +00:00
triggers Allow to omit list of projects in Gerrit trigger config 2016-03-08 14:00:10 +09:00
wrappers Add script-type to env-script wrapper 2016-01-25 17:12:48 -05:00
yamlparser Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
__init__.py Tests for publishers 2013-07-19 14:31:11 +02:00
base.py Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00