forked from github/github-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteamcity
More file actions
31 lines (22 loc) · 991 Bytes
/
teamcity
File metadata and controls
31 lines (22 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
TeamCity
=======
TeamCity is a continuous integration server that automates the building and testing of your software.
The github TeamCity service can be used to trigger builds after code has been pushed to your git repository.
Install Notes
-------------
1. Your TeamCity server must be accessible from the internet.
2. "base_url" is the URL to your TeamCity server
Example: https://teamcity.example.com/ or http://teamcity.example.com/teamcity/
3. "build_type_id" is the identifier of the build configuration you want to trigger
Example: "bt123", which can be found in URL of the build configuration page ("...viewType.html?buildTypeId=bt123&...")
4. "username" and "password" - username and password of a TeamCity user that can
trigger a manual build of the TeamCity build configuration defined in "build_type_id"
Developer Notes
---------------
data
- base_url
- build_type_id
- username
- password
payload
- refer to docs/github_payload