Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 655 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 655 Bytes

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