jenkins-job-builder/jenkins_jobs/cli
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
..
subcommand Use xml_jobs not jobs 2016-08-15 23:12:27 -04:00
__init__.py Introduce modular implementation of subcommands. 2016-07-08 09:55:44 -07:00
entry.py Move subcommand logic into subcommand classes. 2016-08-05 08:32:51 -07:00
parser.py Ensure flush cache option obeyed 2016-07-22 17:55:22 +01:00