summaryrefslogtreecommitdiffstats
path: root/jenkins_jobs/cli
Commit message (Expand)AuthorAgeFilesLines
* Fix the yaml load warning.Daniel Bengtsson2019-12-101-1/+1
* Auto-generated output from python-blackThanh Ha2019-09-099-237/+290
* Print config-xml warning onceThanh Ha2018-11-151-0/+8
* Fix options.update is not 'all' if no configThanh Ha2018-09-191-2/+3
* Add config options --jobs-only and --views-onlyAnil Belur2018-09-192-21/+23
* Allow jjb to be called as a moduleSorin Sbarnea2018-06-191-10/+7
* upgrade hacking moduleSorin Sbarnea2018-06-191-0/+4
* Improve unicode supportSorin Sbarnea2018-06-171-1/+12
* Fixes delete-all command when no option is providedTruc Nguyen2018-05-311-2/+2
* Merge "Add 'existing-only' argument for update subcommand"Zuul2018-04-121-4/+15
|\
| * Add 'existing-only' argument for update subcommandMalcolm Brooks2018-04-041-4/+15
* | Allows params to be specified via environment variablesSorin Sbarnea2018-03-271-7/+13
|/
* Add a "list" subcommandMarc Abramowitz2018-03-092-1/+75
* Added main entry pointSorin Sbarnea2018-02-281-0/+4
* Add views and jobs only options for updateAnil Belur2018-01-251-7/+31
* Prevent deprecation warning using test with stdinDarragh Bailey2017-12-151-0/+1
* Allow update to provide plugin_info via yamlThanh Ha2017-09-193-1/+65
* Merge "Add option to make test output file layout match Jenkins"Jenkins2017-06-081-2/+10
|\
| * Add option to make test output file layout match JenkinsPeter Eisentraut2017-05-271-2/+10
* | Add support for using multiple serversSorin Sbarnea2017-05-302-1/+9
|/
* Removed some deprecation warnings and enabled py35 on tox.Sorin Sbarnea2017-03-121-2/+2
* Add view management functionalityThanh Ha2016-10-144-11/+77
* Convert multiline strings to concatenated single-quote.Wayne Warren2016-09-145-25/+24
* Simplify delete by removing unnecessary loopThanh Ha2016-09-141-10/+8
* Merge builder.Builder and builder.JenkinsWayne Warren2016-09-023-8/+7
* Rename Builder.delete_job to Builder.delete_jobs.Wayne Warren2016-08-201-1/+1
* Ensure logging enabled for CLIDarragh Bailey2016-08-191-1/+1
* Factor XmlJobGenerator out of YamlParser.Wayne Warren2016-08-181-3/+6
* Disentangle YamlParser and ModuleRegistry classesWayne Warren2016-08-182-7/+12
* Use xml_jobs not jobsTimothy R. Chavez2016-08-151-1/+1
* Fix bug causing all jobs to be deletedThanh Ha2016-08-071-1/+2
* TestSubCommand inherit from UpdateSubCommand.Wayne Warren2016-08-052-44/+38
* Move subcommand logic into subcommand classes.Wayne Warren2016-08-055-88/+172
* Move 'delete' yaml parsing to JenkinsJobs.execute.Wayne Warren2016-08-051-2/+15
* Move 'update' yaml parsing to JenkinsJobs.execute.Wayne Warren2016-08-051-5/+38
* Ensure flush cache option obeyedDarragh Bailey2016-07-222-1/+2
* Use JJBConfig in YamlParser.Wayne Warren2016-07-221-16/+15
* Finish removing code from jenkins_jobs.cmdWayne Warren2016-07-221-2/+43
* Untangle argparser and config objectsDarragh Bailey2016-07-222-16/+68
* Use JJBConfig for arg/config initialization.Wayne Warren2016-07-192-81/+109
* Introduce modular implementation of subcommands.Wayne2016-07-088-0/+311