Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 633 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 633 Bytes

teamcity-webgui-wrapper

Workaround for https://youtrack.jetbrains.com/issue/TW-21447

teamcity-webgui-wrapper code quality

Functional

  1. Move Configuration to other Project
  2. That's all for now :)

Usage

from TeamcityWebGui import TeamcityWebGui

teamcityGui = TeamcityWebGui("https://teamcity.example.com", user, password)
teamcityGui.moveBuildType('MyConfigurationId', 'ToMyProjectId')

Requirements

  • Firefox
  • pypi modules in requirements.txt