jenkins-job-builder/jenkins_jobs/cli/subcommand
Timothy R. Chavez d2d7c3f3f9
Use xml_jobs not jobs
Fixes a regression where using --delete-old will delete jobs that are
not updated for example in the case of caching and jenkins-jobs
determines a job does not need to be updated.

jobs returns a list of jobs that were updated via jenkins-jobs while
xml_jobs returns a list of all jobs generated jobs regardless of if they
were updated or not.

Change-Id: I8f9d0b609d1a7cc0a526d479b4f0a2448c25aba3
2016-08-15 23:12:27 -04:00
..
__init__.py Introduce modular implementation of subcommands. 2016-07-08 09:55:44 -07:00
base.py Introduce modular implementation of subcommands. 2016-07-08 09:55:44 -07:00
delete_all.py Move subcommand logic into subcommand classes. 2016-08-05 08:32:51 -07:00
delete.py Move subcommand logic into subcommand classes. 2016-08-05 08:32:51 -07:00
test.py TestSubCommand inherit from UpdateSubCommand. 2016-08-05 08:56:38 -07:00
update.py Use xml_jobs not jobs 2016-08-15 23:12:27 -04:00