1
0

Accepting request 671878 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/671878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jenkinsapi?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2019-02-06 13:07:06 +00:00
committed by Git OBS Bridge
2 changed files with 16 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 5 13:41:56 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim bias from description and fix grammar issues.
-------------------------------------------------------------------
Tue Feb 5 05:04:21 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
@@ -316,4 +321,3 @@ Fri Jul 11 08:48:18 UTC 2014 - jw@owncloud.com
Mon Oct 21 07:12:20 UTC 2013 - speilicke@suse.com
- Initial version

View File

@@ -20,7 +20,7 @@
Name: python-jenkinsapi
Version: 0.3.8
Release: 0
Summary: A Python API for accessing resources on a Jenkins continuous-integration server
Summary: A Python API for accessing resources on a Jenkins continuous integration server
License: MIT
Group: Development/Languages/Python
Url: https://github.com/salimfadhley/jenkinsapi
@@ -37,23 +37,24 @@ BuildArch: noarch
%python_subpackages
%description
Jenkins is the market leading continuous integration system, originally created
by Kohsuke Kawaguchi.
Jenkins is a continuous integration system.
Jenkins (and It's predecessor Hudson) are useful projects for automating common
development tasks (e.g. unit-testing, production batches) - but they are
somewhat Java-centric. Thankfully the designers have provided an excellent and
complete REST interface. This library wraps up that interface as more
conventional python objects in order to make many Jenkins oriented tasks
easier to automate.
Jenkins (and its predecessor Hudson) are projects for automating
common development tasks (e.g. unit testing, production batches), but
they are somewhat Java-centric. The designers have provided a REST
interface. This library wraps up that interface as more conventional
Python objects.
This library can help you:
This library can help to:
* Query the test-results of a completed build
* Get a objects representing the latest builds of a job
* Search for artefacts by simple criteria
* Block until jobs are complete
* Install artefacts to custom-specified directory structures
and has
* username/password auth support for jenkins instances with auth turned on
* Ability to search for builds by subversion revision
* Ability to add/remove/query Jenkins slaves