summaryrefslogtreecommitdiff
path: root/jenkinsapi
AgeCommit message (Expand)AuthorFilesLines
2014-04-26add logging url when non 200 OK responseNikolay Miroshnichenko1-0/+1
2014-04-25Fixed assertion renamed in P3Aleksey Maksimov1-0/+1
2014-04-25build.get_console() now returns string in all python versionsAleksey Maksimov1-1/+10
2014-04-25Fixed md5 calculationAleksey Maksimov3-4/+7
2014-04-24fixes job invoke when no build parameters exist for a particular jobpdunnigan1-1/+4
2014-04-13Added re-try when removing jobAleksey Maksimov1-5/+18
2014-04-12Added support for 'del' in Jenkins object: remove jobAleksey Maksimov1-0/+3
2014-04-12Fixed incorrect mergeAleksey Maksimov1-5/+0
2014-04-12Merge remote-tracking branch 'upstream/python3_experimental' into python3_exp...Aleksey Maksimov9-19/+88
2014-04-10Fix for issue #268 and unit tests for itAleksey Maksimov1-7/+11
2014-03-31Small changes in jobs classesAleksey Maksimov3-6/+9
2014-03-30Merge pull request #252 from jpiron/developAleksey Maksimov1-0/+1
2014-03-30Simplified get_job_url functionAleksey Maksimov1-6/+7
2014-03-30Fixed pylint violationsAleksey Maksimov7-14/+9
2014-03-21Adapt fingerprint to catch HTTPError from requestsSateesh Kumar1-5/+9
2014-03-20Merge remote-tracking branch 'upstream/master'Sateesh Kumar6-16/+84
2014-03-20minor fix to exception messages to improve readability.Sateesh1-2/+2
2014-03-17Add support to create Jenkins object without immediately polling jobs.Joao Vale1-2/+13
2014-03-13polling jenkins each time Jobs is initializedjpiron1-0/+1
2014-02-23resolve_job_folders skipping jobs fixTomas Olander1-1/+1
2014-02-13iteritems -> itemsLars Hupfeldt3-3/+22
2014-02-13basestring, unicode, str compatibilityLars Hupfeldt2-4/+14
2014-02-13urllib compatibilityLars Hupfeldt7-14/+53
2014-02-13Use print() (with 'from __future__ import print_function')Lars Hupfeldt1-1/+2
2014-02-05Merge pull request #244 from makewhatis/issue_221Aleksey Maksimov1-1/+1
2014-02-05Merge pull request #224 from jpiron/masterAleksey Maksimov1-1/+2
2014-02-04Addressing issue/221 - changing depth=1David Johansen1-1/+1
2014-01-30Merge pull request #242 from rocktavious/build_invoke_fixAleksey Maksimov1-5/+5
2014-01-30making change more pythonicKyle1-1/+1
2014-01-30Merge pull request #236 from jvale/job_folders_supportAleksey Maksimov1-0/+22
2014-01-28Merge pull request #241 from makewhatis/masterAleksey Maksimov1-0/+4
2014-01-28Adding method to expose /computer/api/pythonDavid Johansen1-0/+4
2014-01-27fixing pylint failureKyle1-1/+1
2014-01-27job.get_build_triggerurl updateKyle1-2/+2
2014-01-27get_build_triggerurl logic fixKyle1-3/+3
2014-01-27logging fix for invalid responseKyle1-2/+3
2014-01-27fix for #237Bhuvan Arumugam1-1/+4
2014-01-27Add support for Job Folders (CloudBees Folders Plugin).Joao Vale1-0/+22
2014-01-08Merge pull request #226 from sateeshkumarb/hg_scm_fixAleksey Maksimov1-2/+14
2014-01-04Fixed PyLint errorsAleksey Maksimov2-2/+2
2014-01-03Add the method for retrieving the last stable buildVladimir Bogatyrev1-0/+14
2013-12-13fix for getting scm url and branch for hg reposSateesh Kumar1-2/+14
2013-12-10Only process non empty actions while getting job parametersjpiron1-1/+2
2013-12-08Fix pep8 violationSateesh Kumar1-1/+1
2013-12-08Make version a propertySateesh Kumar1-7/+5
2013-12-07Fix pylint warningsSateesh Kumar1-4/+4
2013-12-07Add method to return Jenkins VersionSateesh Kumar1-1/+12
2013-11-30Moved delete_view_by_url back to jenkins objectAleksey Maksimov2-7/+6
2013-11-26fix for block until queued error on jenkins server with prefix / context path...pdunnigan1-1/+1
2013-11-26Merge pull request #207 from lechat/json_changeAleksey Maksimov2-2/+3