diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-07-02 15:31:28 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-07-02 15:33:28 +0200 |
commit | 786ea598db2abf01cb23887f65fd4289bc3f227c (patch) | |
tree | 37af702b50a0c30275e6a7b2df6a402cac6a33a2 /doc | |
parent | 6151e46fccac802b8db0af03ffe3f14ef7665518 (diff) | |
download | gitlab-ce-786ea598db2abf01cb23887f65fd4289bc3f227c.tar.gz |
Copyedit Bamboo integration docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/integrations/bamboo.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/user/project/integrations/bamboo.md b/doc/user/project/integrations/bamboo.md index cffe456cbc2..9b18eb15599 100644 --- a/doc/user/project/integrations/bamboo.md +++ b/doc/user/project/integrations/bamboo.md @@ -41,7 +41,11 @@ service in GitLab. 1. Click 'Atlassian Bamboo CI' 1. Select the 'Active' checkbox. 1. Enter the base URL of your Bamboo server. 'https://bamboo.example.com' -1. Enter the build key from your Bamboo build plan. Build keys are typically made up from the Project Key and Plan Key that are set on project/plan creation and seperated with a '-' for example **PROJ-PLAN**. This is a short, all capital letter, identifier that is unique. When viewing a plan within Bamboo, the build key is also shown in the browser URL for example https://bamboo.example.com/browse/PROJ-PLAN +1. Enter the build key from your Bamboo build plan. Build keys are typically made + up from the Project Key and Plan Key that are set on project/plan creation and + separated with a dash (`-`), for example **PROJ-PLAN**. This is a short, all + uppercase identifier that is unique. When viewing a plan within Bamboo, the + build key is also shown in the browser URL, for example `https://bamboo.example.com/browse/PROJ-PLAN`. 1. If necessary, enter username and password for a Bamboo user that has access to trigger the build plan. Leave these fields blank if you do not require authentication. |