0.0
No commit activity in last 3 years
No release in over 3 years
Get amount of build time from organization on CircleCI.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
>= 0
>= 3.0.0

Runtime

>= 4.6
 Project Readme

lita-circletime

Build Status

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

  • org get current org name
  • build today get today's amount of build time
  • build yestaday get yestaday's amount of build time
  • build week get this week amount of build time
  • build month get this month amount of build time