Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Results-branchname? #9

Closed
strowi opened this issue Aug 6, 2019 · 2 comments
Closed

Results-branchname? #9

strowi opened this issue Aug 6, 2019 · 2 comments

Comments

@strowi
Copy link

strowi commented Aug 6, 2019

Hi,

i'm trying to build a bamboo-exporter for our projects. Stumbling over this nice project, i tried using sth like

`
pipelines, _, err := client.Plans.ListPlanKeys()
if err != nil {
log.Fatalln(err)
}

		for _, plan := range pipelines {
			result, _, _ := client.Results.LatestResult(plan)

`
But it seems there is no BranchName in the result. Looking through the REST-API it seems it is available under /results.
Would it be possible to add this? Using VcsRevisionKey is not really useable..

regards,
Roman

@strowi
Copy link
Author

strowi commented Aug 7, 2019

sorry, forget it. Found the solution.. still new to go.

@strowi strowi closed this as completed Aug 7, 2019
@rcarmstrong
Copy link
Owner

No problem, glad you found the solution. Thanks for taking an interest in this project 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants