forked from github/github-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbamboo
More file actions
31 lines (22 loc) · 874 Bytes
/
bamboo
File metadata and controls
31 lines (22 loc) · 874 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
Bamboo
=======
Bamboo is a continuous integration server that automates the building and testing of your software.
The github Bamboo service can be used to trigger builds after code has been pushed to your git repository.
Install Notes
-------------
1. Your Bamboo server must be accessible from the internet.
2. "base_url" is the URL to your Bamboo server
Example: https://bamboo.example.com/ or http://bamboo.example.com/bamboo/
3. "build_key" is the identifier of the plan you want to trigger
Example: "BAM-TRUNK", where BAM = project key, TRUNK = plan key
4. "username" and "password" - username and password of a Bamboo user that can
trigger a manual build of the Bamboo plan defined in "build_key"
Developer Notes
---------------
data
- base_url
- build_key
- username
- password
payload
- refer to docs/github_payload