jenkins-job-builder/jenkins_jobs/cli
Sorin Sbarnea 92f28a591e
Allow jjb to be called as a module
Enable us to do `python -m jenkins_jobs ...`
which avoids the need to install executable in
user path.

Tests cli execution on each supported python version.

Uses default encoding workaround only on
python2, where is needed.

Change-Id: I4cd79fd51a8309d532e0e76723ecfbbda3e1ca6f
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
2018-06-19 23:25:43 +01:00
..
subcommand Fixes delete-all command when no option is provided 2018-05-31 19:07:12 +01:00
__init__.py Introduce modular implementation of subcommands. 2016-07-08 09:55:44 -07:00
entry.py Allow jjb to be called as a module 2018-06-19 23:25:43 +01:00
parser.py Allows params to be specified via environment variables 2018-03-27 12:53:02 +01:00