summaryrefslogtreecommitdiff
path: root/jenkinsapi
AgeCommit message (Collapse)AuthorFilesLines
2023-03-22port code from python2 to python3biao716.wang13-54/+54
Change-Id: I4b8c51a7ba90e07fc8d558c69bd924a93fa8b908 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2015-01-13Merge branch 'master' into unstableSalim Fadhley3-1/+29
Conflicts: jenkinsapi/job.py
2015-01-02Merge pull request #329 from dirk-thomas/feature/fix_invoke_skip_if_runningAleksey Maksimov1-2/+1
fix invoke(skip_if_running=True) triggering a build even when a build is already running
2014-12-31fix invoke(skip_if_running=True)Dirk Thomas1-2/+1
2014-11-21add View.get_config() and tests covering View.get_config() as well as ↵Dirk Thomas1-0/+8
View.update_config()
2014-11-20add update_config() to viewDirk Thomas1-0/+19
2014-10-16Fix a typo in a function name in queingJulien Pivotto1-1/+1
Replacing iterivalues() by itervalues(), and then fixing the values() function of Queue object.
2014-09-24Pylint fixesAleksey Maksimov2-3/+2
2014-09-23Added use of tree api to node, job, queue and fixed testsAleksey Maksimov6-25/+33
2014-09-19Replaced _poll_if_needed with lightweight tree callsAleksey Maksimov1-11/+12
2014-09-19Changed job and build modules to use tree apiAleksey Maksimov3-32/+38
2014-09-19Low level api change to support tree apiAleksey Maksimov4-12/+19
2014-09-19Linter fixesddavydov1-2/+4
2014-09-19Fixed kerberos request's interfaceddavydov1-14/+8
2014-09-19Fixing get_revision with no scmYusuke Tsutsumi1-1/+4
2014-08-30Merge pull request #250 from toumorokoshi/masterSalim Fadhley1-1/+4
get_revision raises error when querying a job with no SCM
2014-08-22Linter fixesddavydov1-2/+4
2014-08-22Fixed kerberos request's interfaceddavydov1-14/+8
2014-08-20Fixing get_revision with no scmYusuke Tsutsumi1-1/+4
2014-08-03Tiny fixes.Salim Fadhley1-13/+15
2014-08-03More fixes to parameterized builds - still broken.Salim Fadhley1-12/+22
2014-08-03Tidy up exceptions file.Salim Fadhley1-61/+23
2014-08-03Fix redefinition of id.Salim Fadhley1-2/+2
2014-08-03Lots of fixesSalim Fadhley3-20/+50
2014-08-03Cut out some more crap, but noticed that invocation of parameterizedSalim Fadhley4-24/+15
builds is broken.
2014-08-03Fix some pep8 violations I had introduced.Salim Fadhley2-3/+4
2014-08-03Fix many more bugsSalim Fadhley2-9/+6
2014-08-03Trying to fix more errors.Salim Fadhley1-1/+5
2014-08-02Fix way more bugs.Salim Fadhley1-5/+4
2014-08-02Pep8 fixes + remove bogus importsSalim Fadhley2-17/+13
2014-08-02fix a bunch of testsSalim Fadhley1-11/+13
2014-08-02reducing the number of errors from the refactor of invocation/queuesSalim Fadhley5-81/+113
2014-08-01interim commit - refactor of queue & invocationSalim Fadhley1-122/+0
2014-07-31Proposed fix for #297Salim Fadhley1-4/+5
2014-07-30pep8 tidyup and example of plugin queryingSalim Fadhley5-8/+11
2014-07-30better support for querying pluginsSalim Fadhley4-8/+29
2014-07-28fix some pep8 violationsSalim Fadhley3-6/+10
2014-07-28added a way of getting the api version from the command-lineSalim Fadhley1-0/+8
2014-07-28add the __version__ feature to the packageSalim Fadhley1-1/+3
2014-07-27proposed fix for #295 - crash during get_params on maven jobsSalim Fadhley1-1/+1
2014-07-11pre release tidy-ups and version bumpSalim Fadhley1-33/+6
2014-07-10Fix for issue #291Aleksey Maksimov4-6/+25
Methods will re-try POST if GET fails
2014-06-09add get_causesJingjing Duan1-0/+15
2014-06-04add comment about depth controlJingjing Duan1-0/+5
2014-06-04add job.get_build_metadataJingjing Duan2-2/+16
For large builds, this method can be significantly faster!
2014-05-24Fix for P3 compatibilityAleksey Maksimov1-2/+2
2014-05-24Fix for issue #280Aleksey Maksimov1-13/+21
Properly pass job parameters via json When files parameter present select correct job invokation url
2014-05-02Merge pull request #277 from lechat/new_job_testsAleksey Maksimov1-2/+2
Better tests for job._add_missing_builds()
2014-05-02Added better test to job._add_missing_builds()Aleksey Maksimov1-2/+2
2014-04-26Merge pull request #275 from nmiroshnichenko/masterAleksey Maksimov1-0/+1
add logging url when non 200 OK response