jenkins-job-builder/jenkins_jobs/cli/subcommand
Marc Abramowitz 8d4671e3a7
Add a "list" subcommand
Add a list subcommand that allows listing of all the jobs defined in
yaml configuration, or on the Jenkins master, with the option of taking
glob parameters to allow matching some job names.

Also supports the recursive and exclude path control options.

  jenkins-jobs list 'wikimedia-fundraising*'

  jenkins-jobs list -r -p configs/ 'wikimedia-fundraising*'

Co-Authored-By: Darragh Bailey <dbailey@hpe.com>
Co-Authored-By: Sorin Sbarnea <ssbarnea@redhat.com>
Change-Id: I897b9ed35561e455dc6b89c3bacec74b54777903
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
2018-03-09 10:58:21 -05:00
..
__init__.py Introduce modular implementation of subcommands. 2016-07-08 09:55:44 -07:00
base.py Convert multiline strings to concatenated single-quote. 2016-09-14 15:39:36 -04:00
delete.py Add view management functionality 2016-10-14 09:14:21 -04:00
delete_all.py Add view management functionality 2016-10-14 09:14:21 -04:00
get_plugins_info.py Allow update to provide plugin_info via yaml 2017-09-19 18:17:15 -04:00
list.py Add a "list" subcommand 2018-03-09 10:58:21 -05:00
test.py Allow update to provide plugin_info via yaml 2017-09-19 18:17:15 -04:00
update.py Add views and jobs only options for update 2018-01-25 17:18:12 +10:00