flyte-bamboo

command module
v0.0.0-...-cbd9376 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

README

Build Status Docker Stars Docker Pulls

Overview

The Bamboo pack provides the ability to label and delete label from a build

Build and Run

Command Line

To build and run from the command line:

  • Clone this repo
  • Run go test ./...
  • Run go build
  • Run FLYTE_API_URL=http://localhost:8080/ BAMBOO_HOST=http://localhost:8085 BAMBOO_USER=user1 BAMBOO_PASS=pass ./flyte-bamboo
  • Fill in this command with the relevant API url, bamboo host, bamboo user and bamboo password environment variables

Docker

To build and run from docker

  • Run docker build -t flyte-bamboo .
  • Run docker run -e FLYTE_API_URL=http://localhost:8080/ -e BAMBOO_HOST=http://localhost:8085 -e BAMBOO_USER=user -e BAMBOO_PASSWORD=password flyte-bamboo
  • All of these environment variables need to be set

Commands

AddLabel

DeleteLabel

StartStage

EnablePlan

AddComment

GetLifeCycle

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL