Skip to content

JaCoB1123/teamcity

This branch is 4 commits ahead of, 6 commits behind mkobaly/teamcity:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

316f6ff · Jul 21, 2017

History

16 Commits
Dec 15, 2015
Dec 15, 2015
Dec 15, 2015
Jul 21, 2017
Dec 15, 2015
Jul 21, 2017
Jan 15, 2016
Dec 15, 2015
Dec 15, 2015
Apr 1, 2016
Apr 1, 2016
Apr 1, 2016

Repository files navigation

TeamCity API bindings

This is a simple wrapper around the TeamCity API.

GoDoc

Sample usage:

client := teamcity.New("myinstance.example.com", "username", "password")

b, err := client.QueueBuild("Project_build_task", "master", nil)
if err != nil {
	fmt.Printf("You're outta luck: %s\n", err)
	return
}

fmt.Printf("Build: %#v\n", b)

About

Golang bindings to TeamCity API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%