summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Auto-generated output from python-blackThanh Ha2019-09-091-3/+1
| | | | | | | | | Please review the following patch containing the code changes in the repo. This patch is a transition patch and is the auto-generated output of the python-black tool. Change-Id: I2d2de71da8a105fb62b561899ae78441ddab4032 Signed-off-by: Thanh Ha <zxiiro@gmail.com>
* Sync requirements with openstack/requirementsMonty Taylor2016-12-101-10/+20
| | | | | | | | | This is not necessary - jenkins-job-builder does not follow the requirements sync process. That said - these are likely all safe bets for being solid versions of these dependencies - and some of them were kinda stale. Change-Id: Id1941ff4c9736100f9bdd5508ec3c0377e51fdbe
* Migrate to pbrAntoine Musso2014-03-141-236/+2
| | | | | | | | | | | | | | | | I found out pbr to be a bit nicer when it comes to edit files. AFAIK most OpenStack project are using it, so I guess Jenkins Job Builder can be pbr based as well.o Basically: * moved everything from setup.py to setup.cfg * sorted entries while at it * require pbr module using the same version limits used by Zuul * enable pbr.warnerrors * testenv.usedevelop = True or build_sphinx can not find entry points * move requirement files to root of repository (we had them in /tools/) Change-Id: I44ee8910ad4fe4eebb7337951efa31baff4281fe
* Merge "Ruby metrics plugin support added"Jenkins2014-03-141-0/+1
|\
| * Ruby metrics plugin support addedSergey Kolekonov2014-03-111-0/+1
| | | | | | | | | | | | | | Rcov plugin parses rcov html report files and shows it in Jenkins with a trend graph. Change-Id: I1f1d177c8681e68e5c12b520e263648842c701d0
* | Merge "Added support for CI Game plugin"Jenkins2014-03-141-0/+1
|\ \
| * | Added support for CI Game pluginKei YAMAZAKI2014-03-131-0/+1
| |/ | | | | | | Change-Id: I27497e8cd7d2c5c85de33a81f0bc6871bd1f1c00
* / ZMQ Event Publisher plugin support addedSergey Kolekonov2014-03-121-0/+1
|/ | | | | | | This is a Jenkins plugin that will publish Jenkins Job run events (start, complete, finish) to a ZMQ PUB socket. Change-Id: Id238033796e6905e18a777fc85c789ff6cf4f59d
* Merge "Added support for python virtualenv plugin"Jenkins2014-03-021-0/+2
|\
| * Added support for python virtualenv pluginGabriele Cerami2014-02-201-0/+2
| | | | | | | | Change-Id: Ie21699d43ff6331ae93cc83d8f9751ac683b43fa
* | Merge "Added support for Delivery Pipeline Plugin"Jenkins2014-03-021-0/+4
|\ \
| * | Added support for Delivery Pipeline PluginPatrik Boström2014-02-261-0/+4
| | | | | | | | | | | | Change-Id: I54cfa9153700e141d8ba78c881998553b8081658
* | | ArtifactDeployer Plugin support addedSergey Kolekonov2014-02-271-0/+2
|/ / | | | | | | | | | | This plugin makes it possible to copy artifacts to remote locations. Change-Id: I39fbee7b397efb8560f340f0f02b51bf6ebcfd74
* | Merge "Add support for TestNG publisher."Jenkins2014-02-251-0/+1
|\ \
| * | Add support for TestNG publisher.Joao Vale2014-02-241-0/+1
| | | | | | | | | | | | Change-Id: I4686958440e6058fce6c02d3e2f1b88551c18176
* | | Merge "added logstash plugin support and fixed test typo"Jenkins2014-02-251-0/+1
|\ \ \
| * | | added logstash plugin support and fixed test typoBill Maxwell2014-02-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new test cases in wrappers fixtures. Updated setup.py to include the new wrapper entry point. Added the logstash plugin to the wrapper module. made the default the localhost for host. Added an if around the use redis bool. If Redis parameters are not defined, use an empty dict to use all defaults. Change-Id: Iee950a7d05a56d3a45b5f93ccd77306b37662d25
* | | | Merge "Add script trigger."Jenkins2014-02-251-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Add script trigger.Jaroslav Henner2014-02-071-0/+1
| |/ / | | | | | | | | | Change-Id: I191f8f444f810cf4fe1fb9475aafc747e5dff68d
* | | Merge "Added support for least load plugin."Jenkins2014-02-221-0/+1
|\ \ \
| * | | Added support for least load plugin.David Johansen2014-02-201-0/+1
| |/ / | | | | | | | | | Change-Id: I0c0c9a23e97101f34f144f63e8f9a81f1ac172f9
* | | Merge "Added support for Jenkins Campfire plugin"Jenkins2014-02-201-0/+1
|\ \ \ | |_|/ |/| |
| * | Added support for Jenkins Campfire pluginPeter Liljenberg2014-02-201-0/+1
| | | | | | | | | | | | | | | | | | Basic setup of Campfire notifications from builds. Change-Id: I4e0bc43a1583fe51e0510743844d66e82b184e23
* | | Heavy Job Plugin support addedSergey Kolekonov2014-02-131-0/+1
| | | | | | | | | | | | | | | | | | | | | This plugin allows you to define "weight" on each job, and making each job consume that many executors Change-Id: Iee49229b0d3c909f320caa9bd6c1ebb6bc37ddcb
* | | Added clone-workspace publisherEli Klein2014-02-061-0/+1
| |/ |/| | | | | Change-Id: I39c71d69b100206e09164f0b765bda14d6f428c6
* | Merge "Added support for Ci Skip Plugin"Jenkins2014-02-031-1/+1
|\ \
| * | Added support for Ci Skip PluginKei YAMAZAKI2014-02-031-1/+1
| |/ | | | | | | Change-Id: I033a3dcb46b4a6c8be49ba63150afa05b4622831
* | Merge "Support site monitor publisher"Jenkins2014-02-021-0/+1
|\ \
| * | Support site monitor publisherGuido Günther2014-02-011-0/+1
| |/ | | | | | | | | | | | | | | | | This publisher allows to check an URL after the build steps. It requires the sitemonitor plugin from https://wiki.jenkins-ci.org/display/JENKINS/SiteMonitor+Plugin Change-Id: I83026e4db9bd7975a34b7d8e015a4a73c3b09ae8
* / Added support for Builds chain fingerprinterKei YAMAZAKI2014-02-021-0/+2
|/ | | | Change-Id: I11429534a82587e7cbbd987ecce148b07a5ace47
* Added rbenv wrapperEli Klein2014-01-231-0/+1
| | | | Change-Id: Iefab7b71b96998789a66b3e1ea03f28fbfc38391
* Added support for Github notifierKei YAMAZAKI2013-12-211-0/+1
| | | | Change-Id: I79c7847aa8df4dd4f9f76567c461d016aa00c6c1
* Merge "cloverphp publisher"Jenkins2013-12-121-0/+1
|\
| * cloverphp publisherAntoine Musso2013-12-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Capture code coverage reports from PHPUnit, requires the Jenkins Clover PHP Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Clover+PHP+Plugin Note: whenever the healthy targets are left blank, the v0.3.3 plugin will fill in default values which then appears in the configuration. I have ported that in Jenkins Job Builder to ensure clean diff in the Job Configuration History plugin. Change-Id: I9010dee62611094840304cdc2e7317b058d6495a
* | Description Setter Plugin support addedSergey Kolekonov2013-12-081-0/+2
|/ | | | | | | This plugin sets the description for each build, based upon a RegEx test of the build log file. Change-Id: If3c8b3ec6e9c23ffe74a5e857618267936a0e989
* Merge "Add support for batch_tasks."Jenkins2013-12-051-0/+1
|\
| * Add support for batch_tasks.Jaroslav Henner2013-12-041-0/+1
| | | | | | | | Change-Id: I6cb6050322f07e90eadff88acab61c9ed66221fe
* | Merge "Added support for Jenkins plugin Blame upstream committers"Jenkins2013-11-261-0/+1
|\ \
| * | Added support for Jenkins plugin Blame upstream committersPeter Liljenberg2013-11-251-0/+1
| |/ | | | | | | Change-Id: Iefbca697ac93176c9e132e7a0dc04f2b0a7b09f6
* / Added support for Stash NotifierMarcus Nilsson2013-11-201-0/+1
|/ | | | Change-Id: I1e3e95a152de116df62b9124a50e845bc026f608
* Added support for Emotional JenkinsKei YAMAZAKI2013-11-191-0/+2
| | | | Change-Id: Icaac9cc07b64384b3d65234bf9c603ef55f0b104
* Merge "Add build-publisher to jenkins-job-builder"Jenkins2013-11-141-0/+1
|\
| * Add build-publisher to jenkins-job-builderYolanda Robla2013-11-141-0/+1
| | | | | | | | | | | | | | | | | | Added new build-publisher following guidelines: https://wiki.jenkins-ci.org/display/JENKINS/Build+Publisher+Plugin Add to the list of publishers, implement module, provide tests Change-Id: I7c130f4375cffc2a5e9acea6b417edc3e12886e7 Closes-Bug: #1234959
* | Merge "Inject passwords to the build as environment variables support added"Jenkins2013-11-131-0/+1
|\ \ | |/ |/|
| * Inject passwords to the build as environment variables support addedDzmitry Horbach2013-10-261-0/+1
| | | | | | | | Change-Id: I818783ac96a42d09083f253a9cfe1ab838dc6212
* | Merge "Jenkins Dynamic Parameter Plug-in support"Jenkins2013-10-311-0/+8
|\ \
| * | Jenkins Dynamic Parameter Plug-in supportDzmitry Horbach2013-10-301-0/+8
| |/ | | | | | | | | | | | | | | | | | | This change adds support for 4 parameters provided by Jenkins Dynamic Parameter Plug-in: - dynamic choice parameter - dynamic choice parameter (scriptler) - dynamic parameter - dynamic parameter (scriptler) Change-Id: I77440af5bc089108b87ec6bc3c4db206c2600c00
* | Merge "Adding support for the Build Result Trigger plugin"Jenkins2013-10-301-0/+1
|\ \
| * | Adding support for the Build Result Trigger pluginWill Soula2013-10-231-0/+1
| |/ | | | | | | | | | | | | This changes adds the build result trigger plugin to trigger a build when downstream jobs have a specific status Change-Id: I00a0075ba625bc711f75a41e5202f93fbfdd0d8e
* / Jenkins Ownership PluginAlexander Braverman2013-10-191-0/+1
|/ | | | | | | Plugin provides explicit ownership for jobs and slave nodes. https://wiki.jenkins-ci.org/display/JENKINS/Ownership+Plugin Change-Id: I6c47fb43f812c1ef15daecd53a52777dbd04805b