lita-circletime
This gem let to share CircleCI's amount of build time to channel member by Lita.
Free plan of CircleCI limit is 1,500 min build time. So sometimes we want to know how many spend build time already.
Installation
Add lita-circletime to your Lita instance's Gemfile:
gem "lita-circletime"Configuration
Set your CircleCI access token to .env file like a following
.env
CIRCLE_CI_TOKEN='your access token'
or set token to environment valiable. Valiable name is same to CIRCLE_CI_TOKEN
Usage
first step : set target organization name
org <organization name>
you can get build time
-
orgget current org name -
build todayget today's amount of build time -
build yestadayget yestaday's amount of build time -
build weekget this week amount of build time -
build monthget this month amount of build time
