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

af6140/lita-bamboo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages