diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-20 15:09:18 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-20 15:09:18 +0000 |
commit | 364f6f2e33e6f5eafe63b25d9256b88e72141b1c (patch) | |
tree | ee6dc003a354e7466d5c45e5587c0f8172312122 /doc/subscriptions | |
parent | 98252e0dd60cbcb316231085e206d9872f243b8a (diff) | |
download | gitlab-ce-364f6f2e33e6f5eafe63b25d9256b88e72141b1c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/subscriptions')
-rw-r--r-- | doc/subscriptions/index.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/subscriptions/index.md b/doc/subscriptions/index.md index b406abaf481..5e3ce934e87 100644 --- a/doc/subscriptions/index.md +++ b/doc/subscriptions/index.md @@ -272,6 +272,19 @@ main quota. Additional minutes: - Are only used once the shared quota included in your subscription runs out. - Roll over month to month. +Each month, any minutes that you used will be deducted from your balance of additional minutes. +Therefore, the number of minutes used and available will reflect your *current* +month's usage and availability. Purchased remaining minutes not used in the +current month will be rolled out over to the next month. + +For example: + +- February 15: A group buys 4000 minutes. The count reads 0/4000 minutes. +- February 28: The group has used 1500 minutes. The count reads 1500/4000 minutes. Thus, there are 2500 minutes remaining. +- March 1: The counter reads: 0/2500 minutes rolled out from February's remaining quota. + +##### Purchasing additional minutes + In order to purchase additional minutes, you should follow these steps: 1. Go to **Group > Settings > Pipelines quota**. Once you are on that page, click on **Buy additional minutes**. |