go-bamboo-plugin icon indicating copy to clipboard operation
go-bamboo-plugin copied to clipboard

Plugin for Atlassian Bamboo that adds support for Go language projects

Results 8 go-bamboo-plugin issues
Sort by recently updated
recently updated
newest added

When I specifically configure the GOROOT to a non-default go install it uses "/usr/lib/golang/bin/go" anyways? If it's also going to use /usr/lib/golang/bin/go then why is the GOROOT field required.

bug

We are encountering some issues with this plugin. `2016-06-16 13:16:21,328 INFO [15-BAM::Local Agent 1::Agent:pool-30-thread-1] [TaskResultBuilder] CGA-LIS2-BP-16: Failing task since return code of [/usr/local/go/bin/go test -v ./...] was -1 while expected...

bug

When using the build task (and possibly others) and supplying `-ldflags` (and presumably also `-asmflags`, `-gccgoflags`, `-gcflags`, `-tags` and `-toolexec`, all of which accept a quoted list of values), the...

enhancement

I must be missing something - the go test task exits with non-zero when a test fails, this means the next task which is meant to be the test parser...

bug

Include screenshots, examples and step-by-step instructions .. any problems the end user might run into

Add build-time `go get -v` support to fetch binaries like Godep automatically and cache them for later use.

enhancement

Instead of Clover support as in #4, create a merged `go tool cover -html` output file that can be (dynamically?) added to the build as an artifact.

enhancement