Skip to content

shelkesays/python-teamcity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Python Teamcity is a python wrapper for the Teamcity REST API which aims to provide a more conventionally pythonic way of controlling a Teamcity server. It provides a higher-level API containing a number of convenience functions.

We like to use python-teamcity to automate our Teamcity servers. Here are some of the things you can use it for:

  • Create new jobs
  • Copy existing jobs
  • Delete jobs
  • Update jobs
  • Get a job's build information
  • Get Teamcity master version information
  • Get Teamcity plugin information
  • Start a build on a job
  • Create nodes
  • Enable/Disable nodes
  • Get information on nodes
  • Create/delete/reconfig views
  • Put server in shutdown mode (quiet down)
  • List running builds
  • Delete builds
  • Wipeout job workspace
  • Create/delete/update folders [#f1]_
  • Set the next build number [#f2]_
  • Install plugins
  • and many more..

To install::

$ sudo python setup.py install

Online documentation:

Developers

Bug report:

Cloning:

More details on how you can contribute is available at:

Writing a patch

Be sure that you lint code before created an code review. The easiest way to do this is to install sonarlint in your editor.

Installing without setup.py

Then install the required python packages using pip_::

$ sudo pip install python-teamcity

Inspiration

The development of this repository started with inspiration from existing repositories which are as follows:

About

Python API for managing projects and builds in a Teamcity CI instance

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages