summaryrefslogtreecommitdiffstats
path: root/jenkins_jobs/builder.py
Commit message (Expand)AuthorAgeFilesLines
* Switch to debug log level for not deleting jobThanh Ha2019-11-221-1/+1
* Auto-generated output from python-blackThanh Ha2019-09-091-113/+116
* Fix encoding error in builder.pyAchim Leitner2019-08-081-1/+1
* Print config-xml warning onceThanh Ha2018-11-151-8/+0
* Improve unicode supportSorin Sbarnea2018-06-171-1/+3
* Deprecate running testjobs without config-xml flagAlphadose2018-05-201-0/+8
* Merge "Add 'existing-only' argument for update subcommand"Zuul2018-04-121-2/+28
|\
| * Add 'existing-only' argument for update subcommandMalcolm Brooks2018-04-041-2/+28
* | Merge "Delete old managed folders when calling update subcommand with --delet...Zuul2018-04-121-6/+7
|\ \
| * | Delete old managed folders when calling update subcommand with --delete-old o...Ayoub Elhamdani2018-04-051-6/+7
| |/
* / Include view url in logs when possibleSorin Sbarnea2018-04-061-3/+15
|/
* Moved create directory log level to debugSorin Sbarnea2018-03-141-2/+2
* Merge "re-raise the original Exception instead of raising a new one"Zuul2018-02-231-1/+1
|\
| * re-raise the original Exception instead of raising a new oneEvgeni Golov2017-11-061-1/+1
* | Added option to print job names as urlsSorin Sbarnea2018-01-261-2/+12
|/
* Basic folder supportDarragh Bailey2017-10-231-30/+38
* use alphanum sorting for jobs and viewsSorin Sbarnea2017-08-091-3/+3
* Use default plugin list when listing ForbiddenDaniel Watkins2017-07-311-1/+1
* Add option to make test output file layout match JenkinsPeter Eisentraut2017-05-271-4/+26
* Removed some deprecation warnings and enabled py35 on tox.Sorin Sbarnea2017-03-121-1/+2
* Ensure keep is an iterableDarragh Bailey2016-11-141-0/+2
* Add view management functionalityThanh Ha2016-10-141-0/+143
* Move CacheStorage to its own module.Wayne Warren2016-09-021-94/+3
* Merge builder.Builder and builder.JenkinsWayne Warren2016-09-021-32/+26
* Rename Builder.delete_job to Builder.delete_jobs.Wayne Warren2016-08-201-2/+2
* Remove unused builder.Builder.update_job methodWayne Warren2016-08-201-6/+0
* Be explicit about objects exported by modules.Wayne Warren2016-08-201-0/+3
* Cleanup various deprecation warnings.Wayne Warren2016-08-201-3/+4
* Rename "parallelize" decorator to "concurrent"Wayne Warren2016-08-181-6/+4
* Move 'delete' yaml parsing to JenkinsJobs.execute.Wayne Warren2016-08-051-12/+2
* Move 'update' yaml parsing to JenkinsJobs.execute.Wayne Warren2016-08-051-21/+9
* Move load_files method to YamlParser from Builder.Wayne Warren2016-07-221-53/+7
* Use JJBConfig in YamlParser.Wayne Warren2016-07-221-11/+14
* Catch OSError when renaming and try to remove the destination file firstSebastian Schuberth2016-06-091-1/+7
* Python 3.x tempfile requires unicodeDarragh Bailey2016-05-251-1/+1
* Prevent corruption of cache by using atomic updateDarragh Bailey2016-05-201-12/+21
* Merge "Wrap stdout object only once with wrap_stream"Jenkins2016-04-211-1/+4
|\
| * Wrap stdout object only once with wrap_streamDarragh Bailey2016-01-111-1/+4
* | Revert "Allow using lockfile per jenkins master"Clark Boylan2016-03-161-27/+0
* | Merge "Allow using lockfile per jenkins master"Jenkins2016-03-161-0/+27
|\ \
| * | Allow using lockfile per jenkins masterYolanda Robla2016-03-141-0/+27
* | | Fix issue with non-ascii characters in get_job_md5Joakim Löfgren2016-02-231-1/+1
|/ /
* / Fix delete-all command to include all job typesThanh Ha2016-02-031-1/+1
|/
* Merge "Distinguish kept jobs and unmanaged jobs when skipping removal"Jenkins2016-01-111-8/+10
|\
| * Distinguish kept jobs and unmanaged jobs when skipping removalDarragh Bailey2015-09-291-8/+10
* | Reorder imports to match hacking guidelinesDarragh Bailey2015-12-231-7/+9
* | Add parallelization optionsDavid Caro2015-12-011-17/+70
* | Merge "builder.py: fix potential race condition"Jenkins2015-11-141-1/+8
|\ \
| * | builder.py: fix potential race conditionJonathan Lebon2015-10-081-1/+8
* | | fix for python 3, decode job outputKhai Do2015-10-131-1/+1