0.0
No commit activity in last 3 years
No release in over 3 years
Bamboo Lita tasks
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 1.6
>= 0
>= 3.0.0

Runtime

>= 4.7
< 2.0, >= 1.7
 Project Readme

lita-bamboo

Lita bamboo build server handler.

Installation

Add lita-bamboo to your Lita instance's Gemfile:

gem "lita-bamboo"

Configuration

Lita.configure do |config|
  config.handlers.bamboo.url = "https://bamboo.example.com/rest/api/latest"  
  config.handlers.bamboo.verify_ssl = false # default
end

Usage

  • bamboo list projects
  • bamboo list project PROJECT_KEY plans
  • bamboo list plan PLAN_KEY results limit 2
  • bamboo list queue
  • bamboo queue PLAN_KEY
  • bamboo dequeue BUILD_KEY
  • bamboo info
  • bamboo get labels BUILD_KEY
  • bamboo add label LABEL to BUILD_KEY
  • bamboo delete label LABLE from BUILD_KEY